pack: Adjust '--manifest' documentation.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * guix/scripts/pack.scm (show-help): Adjust --manifest documentation.
This commit is contained in:
parent
b907b36419
commit
485d355cad
|
@ -349,8 +349,7 @@ Create a bundle of PACKAGE.\n"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-S, --symlink=SPEC create symlinks to the profile according to SPEC"))
|
-S, --symlink=SPEC create symlinks to the profile according to SPEC"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-m, --manifest=FILE create a new profile generation with the manifest
|
-m, --manifest=FILE create a pack with the manifest from FILE"))
|
||||||
from FILE"))
|
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--localstatedir include /var/guix in the resulting pack"))
|
--localstatedir include /var/guix in the resulting pack"))
|
||||||
(newline)
|
(newline)
|
||||||
|
|
Loading…
Reference in New Issue