Fix option string, adding -e and fixing order
commit67995229a865642f6669dea0d4bd41d34bed2046
authorCameron Harr <harr1@llnl.gov>
Thu, 21 Mar 2024 16:00:29 +0000 (21 09:00 -0700)
committerTony Hutter <hutter2@llnl.gov>
Mon, 29 Apr 2024 20:50:05 +0000 (29 13:50 -0700)
treebb3413df5391cef7ee1c47951af72ad1a3fbc976
parent2ff09e8fed114834185805998fce1a11db93ce4d
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.

Reviewed-by: Brian Atkinson <batkinson@lanl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Cameron Harr <harr1@llnl.gov>
Closes #16008
cmd/zpool/zpool_main.c
man/man8/zpool-status.8