Corrected "zfs list -t <type>" syntax

in man page and in command help.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1805
This commit is contained in:
Steven Hartland
2013-10-24 00:45:45 +01:00
committed by Brian Behlendorf
parent 8eaf9f3543
commit 157c9b6981
2 changed files with 4 additions and 4 deletions
+1 -1
View 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"));