diff mbox series

[bug#71824] import: go: Fix indentation in help message.

Message ID 6525ad5e52ffe39ed078d76ae19d4bc9c7353562.1719591290.git.richard@freakingpenguin.com
State New
Headers show
Series [bug#71824] import: go: Fix indentation in help message. | expand

Commit Message

Richard Sent June 28, 2024, 4:14 p.m. UTC
* guix/scripts/import/go.scm (show-help) <recursive>: Indent second line.

Change-Id: Iad096231e26ed4e0e1c584f92e43f2695a2d8682
---
 guix/scripts/import/go.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 78b881722f08325c76096557313a0faee847c66f

Comments

jgart June 29, 2024, 1:08 a.m. UTC | #1
I'll let someone else comment on this since I'm not sure what our policy
is on indentation at the moment.

all best,

jgart
diff mbox series

Patch

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 @@  (define (show-help)
   -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_ "