challenge: Fix option indentation in '--help' output.
* guix/scripts/challenge.scm (show-help): Indent '--verbose' and '--diff' correctly (high tech!).master
parent
25b267afed
commit
6b2e91b1fc
|
@ -416,9 +416,9 @@ Challenge the substitutes for PACKAGE... provided by one or more servers.\n"))
|
||||||
--substitute-urls=URLS
|
--substitute-urls=URLS
|
||||||
compare build results with those at URLS"))
|
compare build results with those at URLS"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-v, --verbose show details about successful comparisons"))
|
-v, --verbose show details about successful comparisons"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--diff=MODE show differences according to MODE"))
|
--diff=MODE show differences according to MODE"))
|
||||||
(newline)
|
(newline)
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-h, --help display this help and exit"))
|
-h, --help display this help and exit"))
|
||||||
|
|
Reference in New Issue