summaryrefslogtreecommitdiff
path: root/cmd/btrfs-rec/inspect_rebuildtrees.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-07-06 13:07:18 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-07-06 13:07:18 -0600
commit2d8cbde42611562e256fba2c7617ca81c433cde7 (patch)
tree54cd081f75c26661c798f7444c9fa3407c8c152b /cmd/btrfs-rec/inspect_rebuildtrees.go
parent140966a9dde8fbd804dd2596da49920e24470d22 (diff)
cmd: inspect rebuildmappings, inspect rebuildtrees: Fix help text
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.",