~ruther/guix-local

2087023dd48059f273bb7eae9815fb255aa7d0a9 — Eric Bavier 11 years ago 80e2072
guix: build: Fix indentation for --sources in help output.

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

M guix/scripts/build.scm
M guix/scripts/build.scm => guix/scripts/build.scm +1 -1
@@ 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\""))