guix-commits
[Top][All Lists]
Advanced

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

41/66: guix: build: Fix indentation for --sources in help output.


From: Manolis Fragkiskos Ragkousis
Subject: 41/66: guix: build: Fix indentation for --sources in help output.
Date: Thu, 21 May 2015 12:52:03 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit 126290a7658ae34c68d9807286f1539106c6154a
Author: Eric Bavier <address@hidden>
Date:   Mon May 4 14:16:28 2015 -0500

    guix: build: Fix indentation for --sources in help output.
    
    * guix/scripts/build.scm (show-help)[--sources]: Make indentation
      consistent with other long options.
---
 guix/scripts/build.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm
index 9366ab6..da71adb 100644
--- a/guix/scripts/build.scm
+++ b/guix/scripts/build.scm
@@ -228,7 +228,7 @@ Build the given PACKAGE-OR-DERIVATION and return their 
output paths.\n"))
   (display (_ "
   -S, --source           build the packages' source derivations"))
   (display (_ "
-  --sources[=TYPE]       build source derivations; TYPE may optionally be one
+      --sources[=TYPE]   build source derivations; TYPE may optionally be one
                          of \"package\", \"all\" (default), or 
\"transitive\""))
   (display (_ "
   -s, --system=SYSTEM    attempt to build for SYSTEM--e.g., \"i686-linux\""))



reply via email to

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