btrfs-progs-unstable: replace debug-tree to btrfs-debug-tree in INSTALL
authorWang Sheng-Hui <shhuiw@gmail.com>
Mon, 18 Jul 2011 07:26:56 +0000 (15:26 +0800)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:59 +0000 (09:18 -0400)
From c04da1655df6d75db834ddbd3a3b4a58a0d9a0c9 Mon Sep 17 00:00:00 2001
From: Wang Sheng-Hui <shhuiw@gmail.com>
Date: Mon, 18 Jul 2011 02:17:31 -0500
Subject: [PATCH] btrfs-progs-unstable: replace debug-tree to btrfs-debug-tree in INSTALL

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@gmail.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 3840148..6afbd90 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -51,9 +51,9 @@ btrfs: 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