diff options
author | Steven Hartland <[email protected]> | 2013-10-24 00:45:45 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-25 16:09:21 -0700 |
commit | 157c9b6981ab6203550e8857144ac49e1e867fb7 (patch) | |
tree | 053027f797bfefb91fc0073d3c5da2e38f5d7e42 /cmd | |
parent | 8eaf9f3543aa6843aa276010768cce8c0626e2d8 (diff) |
Corrected "zfs list -t <type>" syntax
in man page and in command help.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1805
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/zfs/zfs_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index 365f93ba4..8e13dd715 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -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")); |