summaryrefslogtreecommitdiffstats
path: root/cmd/zpool
diff options
context:
space:
mode:
authorloli10K <[email protected]>2019-05-24 23:16:00 +0200
committerBrian Behlendorf <[email protected]>2019-05-24 14:16:00 -0700
commit43977948aa156be2771f3df2b9a71f741d49515a (patch)
treec1d5674096566c2fcc88b95c91d413d8e3d13d10 /cmd/zpool
parentfe609530f2333054eeffd08ebef8c227a9730085 (diff)
zpool: status -t is not documented in help message
This commit adds the undocumented "-t" option to zpool(8) help message. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Chris Dunlop <[email protected]> Signed-off-by: loli10K <[email protected]> Closes #8782
Diffstat (limited to 'cmd/zpool')
-rw-r--r--cmd/zpool/zpool_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c
index f490675cd..5d3191476 100644
--- a/cmd/zpool/zpool_main.c
+++ b/cmd/zpool/zpool_main.c
@@ -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"