diff options
author | loli10K <[email protected]> | 2019-05-24 23:16:00 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-05-24 14:16:00 -0700 |
commit | 43977948aa156be2771f3df2b9a71f741d49515a (patch) | |
tree | c1d5674096566c2fcc88b95c91d413d8e3d13d10 | |
parent | fe609530f2333054eeffd08ebef8c227a9730085 (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
-rw-r--r-- | cmd/zpool/zpool_main.c | 2 |
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" |