Add missing -v to usage help for zpool list.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Christer Ekholm 2013-07-21 00:04:33 +02:00 committed by Brian Behlendorf
parent 6e1b9d0334
commit da91c90154
1 changed files with 1 additions and 1 deletions

View File

@ -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"));