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>
This commit is contained in:
parent
633f1e43d7
commit
8f921e4859
|
@ -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
|
||||
-----------
|
||||
|
|
|
@ -982,9 +982,9 @@ int cmd_receive(int argc, char **argv)
|
|||
}
|
||||
|
||||
const char * const cmd_receive_usage[] = {
|
||||
"btrfs receive [-ve] [-f <infile>] <mount>",
|
||||
"btrfs receive [-ve] [-f <infile>] [--max-errors <N>] <mount>",
|
||||
"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 <mount>.",
|
||||
"btrfs receive will fail in case a receiving subvolume",
|
||||
|
|
Loading…
Reference in New Issue