summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-02-15 22:23:20 +0100
committerLudovic Courtès <ludo@gnu.org>2018-02-16 00:45:29 +0100
commit485d355cad9dd598eb92ad4b1ca42dd0d68cc484 (patch)
treea2e0d9fd59473dde3d67618856c7dc5d880bc3a3
parentb907b364195dffb2e999e3a308fe0d9d8350cdf9 (diff)
downloadguix-485d355cad9dd598eb92ad4b1ca42dd0d68cc484.tar.gz
pack: Adjust '--manifest' documentation.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.

* guix/scripts/pack.scm (show-help): Adjust --manifest documentation.
-rw-r--r--guix/scripts/pack.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index a1b839e9ae..59dd117edb 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -349,8 +349,7 @@ Create a bundle of PACKAGE.\n"))
   (display (G_ "
   -S, --symlink=SPEC     create symlinks to the profile according to SPEC"))
   (display (G_ "
-  -m, --manifest=FILE    create a new profile generation with the manifest
-                         from FILE"))
+  -m, --manifest=FILE    create a pack with the manifest from FILE"))
   (display (G_ "
       --localstatedir    include /var/guix in the resulting pack"))
   (newline)