From 8f921e4859d9bda35e94690330f401a2cdd102f0 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Mon, 11 Aug 2014 11:49:19 +0900 Subject: btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive documentation Fix the lack of description of "--max-erros" option in both man and command usage of btrfs receive. Signed-off-by: Satoru Takeuchi Signed-off-by: David Sterba --- Documentation/btrfs-receive.txt | 2 +- cmds-receive.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/btrfs-receive.txt b/Documentation/btrfs-receive.txt index 78dc5116..beb963c9 100644 --- a/Documentation/btrfs-receive.txt +++ b/Documentation/btrfs-receive.txt @@ -7,7 +7,7 @@ btrfs-receive - receive subvolumes from stdin/file. SYNOPSIS -------- -*btrfs receive* [-ve] [-f ] +*btrfs receive* [-ve] [-f ] [--max-errors ] DESCRIPTION ----------- diff --git a/cmds-receive.c b/cmds-receive.c index 03d21e90..358df1f4 100644 --- a/cmds-receive.c +++ b/cmds-receive.c @@ -982,9 +982,9 @@ int cmd_receive(int argc, char **argv) } const char * const cmd_receive_usage[] = { - "btrfs receive [-ve] [-f ] ", + "btrfs receive [-ve] [-f ] [--max-errors ] ", "Receive subvolumes from stdin.", - "Receives one or more subvolumes that were previously ", + "Receives one or more subvolumes that were previously", "sent with btrfs send. The received subvolumes are stored", "into .", "btrfs receive will fail in case a receiving subvolume", -- cgit v1.2.3