[PATCH] btrfs-progs-unstable: replace debug-tree to btrfs-debug-tree in INSTALL

From: Wang Sheng-Hui
Date: Mon Jul 18 2011 - 03:17:31 EST


debug-tree doesn't exist after btrfs-progs installed.
Use btrfs-debug-tree to print FS metadata in text form,
not debug-tree.

Signed-off-by: Wang Sheng-Hui <shhuiw@xxxxxxxxx>
---
INSTALL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 16b45a5..2db6d27 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,7 +42,7 @@ btrfsctl: control program to create snapshots and subvolumes:

btrfsck: do a limited check of the FS extent trees.</li>

-debug-tree: print all of the FS metadata in text form. Example:
+btrfs-debug-tree: print all of the FS metadata in text form. Example:

- debug-tree /dev/sda2 >& big_output_file
+ btrfs-debug-tree /dev/sda2 >& big_output_file

--
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/