[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: import: go: Fix indentation in help message.
From: |
guix-commits |
Subject: |
branch master updated: import: go: Fix indentation in help message. |
Date: |
Mon, 01 Jul 2024 16:58:40 -0400 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 69089674bb import: go: Fix indentation in help message.
69089674bb is described below
commit 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
Author: Richard Sent <richard@freakingpenguin.com>
AuthorDate: Fri Jun 28 12:14:50 2024 -0400
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>
---
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_ "
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: import: go: Fix indentation in help message.,
guix-commits <=