--extra-dev and -h option was added to btrfs rescue command, this patch update relative manual. Signed-off-by: Zhao Lei <zhaolei@xxxxxxxxxxxxxx> --- Documentation/btrfs-rescue.asciidoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/btrfs-rescue.asciidoc b/Documentation/btrfs-rescue.asciidoc index 42aca64..11f133c 100644 --- a/Documentation/btrfs-rescue.asciidoc +++ b/Documentation/btrfs-rescue.asciidoc @@ -20,6 +20,8 @@ Recover the chunk tree by scanning the devices + `Options` + +--extra-dev:::: +set extra device to search. -y:::: assume an answer of 'yes' to all questions. -v:::: @@ -35,13 +37,22 @@ Recover bad superblocks from good copies. + `Options` + +--extra-dev:::: +set extra device to search. -y:::: assume an answer of 'yes' to all questions. -v:::: verbose mode. -*zero-log* <device>:: +*zero-log* [options] <device>:: clear the filesystem log tree ++ +`Options` ++ +--extra-dev:::: +set extra device to search. +-h:::: +help. This command will clear the filesystem log tree. This may fix a specific set of problem when the filesystem mount fails due to the log replay. See below -- 1.8.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
