mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
guix archive: Change '--help' to show '--authorize'.
* guix/scripts/archive.scm (show-help): Add '--authorize'.
This commit is contained in:
parent
62b76320b4
commit
36b56f081b
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ Export/import one or more packages from/to the store.\n"))
|
||||||
(display (_ "
|
(display (_ "
|
||||||
--generate-key[=PARAMETERS]
|
--generate-key[=PARAMETERS]
|
||||||
generate a key pair with the given parameters"))
|
generate a key pair with the given parameters"))
|
||||||
|
(display (_ "
|
||||||
|
--authorize authorize imports signed by the public key on stdin"))
|
||||||
|
(newline)
|
||||||
(display (_ "
|
(display (_ "
|
||||||
-e, --expression=EXPR build the package or derivation EXPR evaluates to"))
|
-e, --expression=EXPR build the package or derivation EXPR evaluates to"))
|
||||||
(display (_ "
|
(display (_ "
|
||||||
|
|
Loading…
Add table
Reference in a new issue