]> git.proxmox.com Git - mirror_zfs.git/blobdiff - cmd/zpool/zpool_main.c
Fix missing option '-e' in zpool online usage
[mirror_zfs.git] / cmd / zpool / zpool_main.c
index 5aca0d32594a398db81faeec115d44f6bd55c7b6..ab652a7ce44b2dcce930fe03af1c8190d5cc4959 100644 (file)
@@ -345,7 +345,7 @@ get_usage(zpool_help_t idx)
        case HELP_OFFLINE:
                return (gettext("\toffline [-f] [-t] <pool> <device> ...\n"));
        case HELP_ONLINE:
-               return (gettext("\tonline <pool> <device> ...\n"));
+               return (gettext("\tonline [-e] <pool> <device> ...\n"));
        case HELP_REPLACE:
                return (gettext("\treplace [-f] [-o property=value] "
                    "<pool> <device> [new-device]\n"));