~ruther/guix-local

485d355cad9dd598eb92ad4b1ca42dd0d68cc484 — Ludovic Courtès 8 years ago b907b36
pack: Adjust '--manifest' documentation.

Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.

* guix/scripts/pack.scm (show-help): Adjust --manifest documentation.
1 files changed, 1 insertions(+), 2 deletions(-)

M guix/scripts/pack.scm
M guix/scripts/pack.scm => guix/scripts/pack.scm +1 -2
@@ 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)