Skip to content

Commit

Permalink
Fix missing option '-e' in zpool online usage
Browse files Browse the repository at this point in the history
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: WHR <[email protected]>
Closes #7655
  • Loading branch information
Low-power authored and behlendorf committed Jun 26, 2018
1 parent d2734cc commit aebfb84
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 @@ -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"));
Expand Down

0 comments on commit aebfb84

Please sign in to comment.