diff mbox

[5/5] btrfs-progs: update manual for --extra-dev and -h for btrfs rescue

Message ID f559741efed751a44beacf2cd8bf0146b7df0615.1441357933.git.zhaolei@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Zhaolei Sept. 4, 2015, 1:24 p.m. UTC
--extra-dev and -h option was added to btrfs rescue command,
this patch update relative manual.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
---
 Documentation/btrfs-rescue.asciidoc | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
diff mbox

Patch

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