From 9319e1788d0816dfd843de759f3b6553ce026ca5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Mar 2023 01:52:07 -0700 Subject: cmd/btrfs-rec: Fix newlines in `inspect rebuild-mappings --help` --- cmd/btrfs-rec/inspect_rebuildmappings.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cmd') 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" + -- cgit v1.2.3-54-g00ecf