aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloli10K <loli10K@users.noreply.github.com>2019-05-24 21:16:00 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2019-05-24 21:16:00 +0000
commit43977948aa156be2771f3df2b9a71f741d49515a (patch)
treec1d5674096566c2fcc88b95c91d413d8e3d13d10
parentfe609530f2333054eeffd08ebef8c227a9730085 (diff)
downloadsrc-43977948aa156be2771f3df2b9a71f741d49515a.tar.gz
src-43977948aa156be2771f3df2b9a71f741d49515a.zip
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 <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
-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 f490675cd60e..5d3191476462 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"