]> git.proxmox.com Git - mirror_zfs.git/blobdiff - cmd/zfs/zfs_main.c
Corrected "zfs list -t <type>" syntax
[mirror_zfs.git] / cmd / zfs / zfs_main.c
index 365f93ba4281f0ac0280feaeb2da11c1c7319042..8e13dd715bc0afbc8fa4ab67478212abea36d649 100644 (file)
@@ -236,7 +236,7 @@ get_usage(zfs_help_t idx)
                return (gettext("\tlist [-rH][-d max] "
                    "[-o property[,...]] [-t type[,...]] [-s property] ...\n"
                    "\t    [-S property] ... "
-                   "[filesystem|volume|snapshot|snap] ...\n"));
+                   "[filesystem|volume|snapshot] ...\n"));
        case HELP_MOUNT:
                return (gettext("\tmount\n"
                    "\tmount [-vO] [-o opts] <-a | filesystem>\n"));