guix: build: Fix indentation for --sources in help output.
authorEric Bavier <bavier@member.fsf.org>
Mon, 4 May 2015 19:16:28 +0000 (14:16 -0500)
committerEric Bavier <bavier@member.fsf.org>
Mon, 4 May 2015 19:16:39 +0000 (14:16 -0500)
* guix/scripts/build.scm (show-help)[--sources]: Make indentation
  consistent with other long options.

guix/scripts/build.scm

index 9366ab6..da71adb 100644 (file)
@@ -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\""))