From df717bb83538f77d0f05e06cea29ab5d82bf6280 Mon Sep 17 00:00:00 2001 From: loli10K Date: Fri, 24 May 2019 23:16:00 +0200 Subject: [PATCH] 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 Reviewed-by: George Melikov Reviewed-by: Chris Dunlop Signed-off-by: loli10K Closes #8782 --- cmd/zpool/zpool_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "[ ...]\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"