mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
85012e6481
commit
69089674bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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_ "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue