Add missing newline after zfs redact help message
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10045
This commit is contained in:
parent
034313908a
commit
a33cb7e01a
|
@ -405,7 +405,7 @@ get_usage(zfs_help_t idx)
|
|||
return (gettext("\tversion\n"));
|
||||
case HELP_REDACT:
|
||||
return (gettext("\tredact <snapshot> <bookmark> "
|
||||
"<redaction_snapshot> ..."));
|
||||
"<redaction_snapshot> ...\n"));
|
||||
case HELP_JAIL:
|
||||
return (gettext("\tjail <jailid|jailname> <filesystem>\n"));
|
||||
case HELP_UNJAIL:
|
||||
|
|
Loading…
Reference in New Issue