[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71824] [PATCH] import: go: Fix indentation in help message.
From: |
Richard Sent |
Subject: |
[bug#71824] [PATCH] import: go: Fix indentation in help message. |
Date: |
Fri, 28 Jun 2024 12:14:50 -0400 |
* 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(-)
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_ "
base-commit: 78b881722f08325c76096557313a0faee847c66f
--
2.45.1
- [bug#71824] [PATCH] import: go: Fix indentation in help message.,
Richard Sent <=