summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>2014-08-11 11:49:19 +0900
committerDavid Sterba <dsterba@suse.cz>2014-08-22 15:07:04 +0200
commit8f921e4859d9bda35e94690330f401a2cdd102f0 (patch)
tree7b2abd0090dc1329e463cdb2315cdbe3749d9bea /Documentation
parent633f1e43d7a23d1bde78095f9835f5ec2d26a4a7 (diff)
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 <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-receive.txt2
1 files changed, 1 insertions, 1 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 <infile>] <mount>
+*btrfs receive* [-ve] [-f <infile>] [--max-errors <N>] <mount>
DESCRIPTION
-----------