diff options
author | Ryan Moeller <[email protected]> | 2020-02-25 19:20:50 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-25 16:20:50 -0800 |
commit | a33cb7e01a72a1b04b75c83607f235438df9281f (patch) | |
tree | 934df297344ade96f5a4687b4f4af53ae8e51668 /cmd/zfs | |
parent | 034313908a3fa3661d6c2f7392294a64b41d60f8 (diff) |
Add missing newline after zfs redact help message
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10045
Diffstat (limited to 'cmd/zfs')
-rw-r--r-- | cmd/zfs/zfs_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index ce8ed880c..d2ec39893 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -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: |