]> git.proxmox.com Git - mirror_zfs.git/commitdiff
zpool: status -t is not documented in help message
authorloli10K <loli10K@users.noreply.github.com>
Fri, 24 May 2019 21:16:00 +0000 (23:16 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jun 2019 19:39:13 +0000 (12:39 -0700)
This commit adds the undocumented "-t" option to zpool(8) help message.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8782

cmd/zpool/zpool_main.c

index f490675cd60e1792fc2b4204cadac6a944391e31..5d3191476462344ea6a7bdb5a23b7a657bdec993 100644 (file)
@@ -389,7 +389,7 @@ get_usage(zpool_help_t idx)
                    "[<device> ...]\n"));
        case HELP_STATUS:
                return (gettext("\tstatus [-c [script1,script2,...]] "
-                   "[-igLpPsvxD]  [-T d|u] [pool] ... \n"
+                   "[-igLpPstvxD]  [-T d|u] [pool] ... \n"
                    "\t    [interval [count]]\n"));
        case HELP_UPGRADE:
                return (gettext("\tupgrade\n"