Skip to content

Commit

Permalink
Add missing -v to usage help for zpool list.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
chrekh authored and behlendorf committed Jul 22, 2013
1 parent 6e1b9d0 commit da91c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zpool/zpool_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ get_usage(zpool_help_t idx) {
case HELP_LABELCLEAR:
return (gettext("\tlabelclear [-f] <vdev>\n"));
case HELP_LIST:
return (gettext("\tlist [-H] [-o property[,...]] "
return (gettext("\tlist [-Hv] [-o property[,...]] "
"[-T d|u] [pool] ... [interval [count]]\n"));
case HELP_OFFLINE:
return (gettext("\toffline [-t] <pool> <device> ...\n"));
Expand Down

0 comments on commit da91c90

Please sign in to comment.