diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-05-04 14:16:28 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-05-04 14:16:39 -0500 |
commit | 2087023dd48059f273bb7eae9815fb255aa7d0a9 (patch) | |
tree | 571730eebd7dc1764424e3cfbffabc17809f1f9b /guix | |
parent | 80e2072a7506beaa3bf82a8c4e22e888b1b1111f (diff) |
guix: build: Fix indentation for --sources in help output.
* guix/scripts/build.scm (show-help)[--sources]: Make indentation
consistent with other long options.
Diffstat (limited to 'guix')
-rw-r--r-- | 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 9366ab6ccc..da71adba68 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\"")) |