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>
master
Wang Sheng-Hui 2011-07-18 15:26:56 +08:00 committed by Chris Mason
parent ae62acb3c9
commit fdbebea13b
1 changed files with 2 additions and 2 deletions

View File

@ -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