summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-21 14:26:01 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-21 21:33:18 +0200
commita4b1a6b65e0f01056bb41e51bddadc7fed923a14 (patch)
tree18caa216a86c3ddbb3d6bb8ad120b39209d0ef95 /guix
parent2d977638c9a6d8779b01042b0f085da5b26affa9 (diff)
downloadpatches-a4b1a6b65e0f01056bb41e51bddadc7fed923a14.tar
patches-a4b1a6b65e0f01056bb41e51bddadc7fed923a14.tar.gz
guix package: Adjust --help message.
* guix/scripts/package.scm (show-help): Add KIND parameter for --search-paths as a followup to dbc31ab.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/package.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
index 1251734062..06ee441799 100644
--- a/guix/scripts/package.scm
+++ b/guix/scripts/package.scm
@@ -440,7 +440,8 @@ Install, remove, or upgrade PACKAGES in a single transaction.\n"))
(display (_ "
--roll-back roll back to the previous generation"))
(display (_ "
- --search-paths display needed environment variable definitions"))
+ --search-paths[=KIND]
+ display needed environment variable definitions"))
(display (_ "
-l, --list-generations[=PATTERN]
list generations matching PATTERN"))