mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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 @@ (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_ "
|
||||
|
|
Loading…
Reference in a new issue