Add missing -v to usage help for zpool list.
[zfs.git] / cmd / zpool / zpool_main.c
index da9f3e1..9d4d128 100644 (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"));