From: loli10K Date: Fri, 21 Jun 2019 16:38:15 +0000 (+0200) Subject: Redacted Send/Receive broke zfs(8) help message X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3976fd65d367a4a40c075f64763f79e6496ed917;p=zfs Redacted Send/Receive broke zfs(8) help message Since 30af21b0 was merged 'zfs send' help message format is broken and lists "-r" as a valid option: this commit corrects these small issues. Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Reviewed-by: Paul Dagnelie Signed-off-by: loli10K Closes #8942 --- diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index 9f34cc2f8..9357bd2f3 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -306,8 +306,7 @@ get_usage(zfs_help_t idx) "\n" "\tsend [-nvPLecw] [-i snapshot|bookmark] " "\n" - "[-i bookmark] \n" - "\tsend [-DnPpvLecr] [-i bookmark|snapshot] " + "\tsend [-DnPpvLec] [-i bookmark|snapshot] " "--redact \n" "\tsend [-nvPe] -t \n")); case HELP_SET: