summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-03-07 01:52:07 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-03-14 21:31:45 -0600
commit9319e1788d0816dfd843de759f3b6553ce026ca5 (patch)
tree47f06e4fa9a711825bfa8f86a47d8c4627b2414a /cmd
parent4278c185aafb0fb197e52cdb9eb9bd9d36b61c4d (diff)
cmd/btrfs-rec: Fix newlines in `inspect rebuild-mappings --help`
Diffstat (limited to 'cmd')
-rw-r--r--cmd/btrfs-rec/inspect_rebuildmappings.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/btrfs-rec/inspect_rebuildmappings.go b/cmd/btrfs-rec/inspect_rebuildmappings.go
index 55e3408..9c6b1cc 100644
--- a/cmd/btrfs-rec/inspect_rebuildmappings.go
+++ b/cmd/btrfs-rec/inspect_rebuildmappings.go
@@ -21,12 +21,12 @@ func init() {
Use: "rebuild-mappings",
Short: "Rebuild broken chunk/dev-extent/blockgroup trees",
Long: "" +
- "The rebuilt information is printed as JSON on stdout, and can\n" +
+ "The rebuilt information is printed as JSON on stdout, and can " +
"be loaded by the --mappings flag.\n" +
"\n" +
- "This is very similar to `btrfs rescue chunk-recover`, but (1)\n" +
- "does a better job, (2) is less buggy, and (3) doesn't actually\n" +
- "write the info back to the filesystem; instead writing it\n" +
+ "This is very similar to `btrfs rescue chunk-recover`, but (1) " +
+ "does a better job, (2) is less buggy, and (3) doesn't actually " +
+ "write the info back to the filesystem; instead writing it " +
"out-of-band to stdout.\n" +
"\n" +
"The I/O and the CPU parts of this can be split up as:\n" +