challenge: Fix option indentation in '--help' output.
authorLudovic Courtès <ludo@gnu.org>
Thu, 25 Jun 2020 21:44:45 +0000 (23:44 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 26 Jun 2020 14:19:53 +0000 (16:19 +0200)
* guix/scripts/challenge.scm (show-help): Indent '--verbose' and
'--diff' correctly (high tech!).

guix/scripts/challenge.scm

index 65e2427..624f51b 100644 (file)
@@ -416,9 +416,9 @@ Challenge the substitutes for PACKAGE... provided by one or more servers.\n"))
       --substitute-urls=URLS
                          compare build results with those at URLS"))
   (display (G_ "
-      -v, --verbose      show details about successful comparisons"))
+  -v, --verbose          show details about successful comparisons"))
   (display (G_ "
-          --diff=MODE    show differences according to MODE"))
+      --diff=MODE        show differences according to MODE"))
   (newline)
   (display (G_ "
   -h, --help             display this help and exit"))