From 157c9b6981ab6203550e8857144ac49e1e867fb7 Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Thu, 24 Oct 2013 00:45:45 +0100 Subject: Corrected "zfs list -t " syntax in man page and in command help. Signed-off-by: Brian Behlendorf Closes #1805 --- cmd/zfs/zfs_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/zfs') 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")); -- cgit v1.2.3