summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sent <richard@freakingpenguin.com>2024-06-28 12:14:50 -0400
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-01 21:57:13 +0100
commit69089674bb9fb2cc7b3285b73fb7dda7d99a2550 (patch)
tree333c938051e230168df6235322de55738f1ea6d9
parent85012e64819b39fd6112038134548b415fd5daff (diff)
import: go: Fix indentation in help message.
* guix/scripts/import/go.scm (show-help) <recursive>: Indent second line. Change-Id: Iad096231e26ed4e0e1c584f92e43f2695a2d8682 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--guix/scripts/import/go.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/import/go.scm b/guix/scripts/import/go.scm
index f1970d3543d..b90c6ac72f3 100644
--- a/guix/scripts/import/go.scm
+++ b/guix/scripts/import/go.scm
@@ -51,7 +51,7 @@ can be specified after the arobas (@) character.\n"))
-h, --help display this help and exit"))
(display (G_ "
-r, --recursive generate package expressions for all Go modules
-that are not yet in Guix"))
+ that are not yet in Guix"))
(display (G_ "
-p, --goproxy=GOPROXY specify which goproxy server to use"))
(display (G_ "