Skip to content

Commit 4890cb8

Browse files
committed
Fix option string, adding -e and fixing order
The recently added '-e' option (PR #15769) missed adding the new option in the online `zpool status` help command. This adds the options and reorders a couple of the other options that were not listed alphabetically. Signed-off-by: Cameron Harr [email protected]
1 parent 8f2f6cd commit 4890cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/zpool/zpool_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ get_usage(zpool_help_t idx)
413413
"[<device> ...]\n"));
414414
case HELP_STATUS:
415415
return (gettext("\tstatus [--power] [-c [script1,script2,...]] "
416-
"[-igLpPstvxD] [-T d|u] [pool] ... \n"
416+
"[-DegiLpPstvx] [-T d|u] [pool] ... \n"
417417
"\t [interval [count]]\n"));
418418
case HELP_UPGRADE:
419419
return (gettext("\tupgrade\n"

0 commit comments

Comments
 (0)