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
@ -51,7 +51,7 @@ can be specified after the arobas (@) character.\n"))
|
|||||||
-h, --help display this help and exit"))
|
-h, --help display this help and exit"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-r, --recursive generate package expressions for all Go modules
|
-r, --recursive generate package expressions for all Go modules
|
||||||
that are not yet in Guix"))
|
that are not yet in Guix"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-p, --goproxy=GOPROXY specify which goproxy server to use"))
|
-p, --goproxy=GOPROXY specify which goproxy server to use"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
|
Loading…
Reference in New Issue
Block a user