From 69089674bb9fb2cc7b3285b73fb7dda7d99a2550 Mon Sep 17 00:00:00 2001 From: Richard Sent Date: Fri, 28 Jun 2024 12:14:50 -0400 Subject: [PATCH] import: go: Fix indentation in help message. * guix/scripts/import/go.scm (show-help) : Indent second line. Change-Id: Iad096231e26ed4e0e1c584f92e43f2695a2d8682 Signed-off-by: Sharlatan Hellseher --- guix/scripts/import/go.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/import/go.scm b/guix/scripts/import/go.scm index f1970d3543..b90c6ac72f 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_ "