summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWang Sheng-Hui <shhuiw@gmail.com>2011-07-18 15:26:56 +0800
committerChris Mason <chris.mason@oracle.com>2011-10-25 09:18:59 -0400
commitfdbebea13bca4bdd4ec4bd37fc469d2ba589a9a1 (patch)
treebd25f70ff5ee93f436945660967440cd83cff56c /INSTALL
parentae62acb3c94b771b44341c71bae26b4b2bb78b50 (diff)
btrfs-progs-unstable: replace debug-tree to btrfs-debug-tree in INSTALL
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>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 38401481..6afbd90a 100644
--- 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