mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
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:
committed by
Brian Behlendorf
parent
8eaf9f3543
commit
157c9b6981
+1
-1
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user