From 3976fd65d367a4a40c075f64763f79e6496ed917 Mon Sep 17 00:00:00 2001 From: loli10K Date: Fri, 21 Jun 2019 18:38:15 +0200 Subject: [PATCH] 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 --- cmd/zfs/zfs_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index 9f34cc2f84..9357bd2f38 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: