guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: challenge: Fix option indentation in '--help' output.


From: guix-commits
Subject: 04/05: challenge: Fix option indentation in '--help' output.
Date: Fri, 26 Jun 2020 10:20:50 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6b2e91b1fc75445d6c4b4e2de338d21aada063b9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 25 23:44:45 2020 +0200

    challenge: Fix option indentation in '--help' output.
    
    * guix/scripts/challenge.scm (show-help): Indent '--verbose' and
    '--diff' correctly (high tech!).
---
 guix/scripts/challenge.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/challenge.scm b/guix/scripts/challenge.scm
index 65e2427..624f51b 100644
--- a/guix/scripts/challenge.scm
+++ b/guix/scripts/challenge.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]