summaryrefslogtreecommitdiff
path: root/cmd/btrfs-rec/inspect_rebuildtrees.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/btrfs-rec/inspect_rebuildtrees.go')
-rw-r--r--cmd/btrfs-rec/inspect_rebuildtrees.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/btrfs-rec/inspect_rebuildtrees.go b/cmd/btrfs-rec/inspect_rebuildtrees.go
index 1e808a0..2cb099a 100644
--- a/cmd/btrfs-rec/inspect_rebuildtrees.go
+++ b/cmd/btrfs-rec/inspect_rebuildtrees.go
@@ -26,8 +26,8 @@ func init() {
Long: "" +
"Rebuild broken btrees based on missing items that are implied " +
"by present items. This requires functioning " +
- "chunk/dev-extent/blockgroup trees, which can be rebuilt " +
- "separately with `btrfs-rec inspect rebuild-mappings`.\n" +
+ "chunk/dev/blockgroup trees, which can be rebuilt separately" +
+ "with `btrfs-rec inspect rebuild-mappings`.\n" +
"\n" +
"If no --node-list is given, then a slow sector-by-sector scan " +
"will be used to find all nodes.",