diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-28 22:31:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-28 22:31:16 +0100 |
commit | 36b56f081b5c84c48d2d5e47cab16ef2fefcc11a (patch) | |
tree | fbb5318fe81954bfd69ef4fc93ba22988089ef42 | |
parent | 62b76320b40641fef3a23eca1e0916098ce09bde (diff) | |
download | guix-36b56f081b5c84c48d2d5e47cab16ef2fefcc11a.tar guix-36b56f081b5c84c48d2d5e47cab16ef2fefcc11a.tar.gz |
guix archive: Change '--help' to show '--authorize'.
* guix/scripts/archive.scm (show-help): Add '--authorize'.
-rw-r--r-- | guix/scripts/archive.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm index 4788468584..8280a821c5 100644 --- a/guix/scripts/archive.scm +++ b/guix/scripts/archive.scm @@ -64,6 +64,9 @@ Export/import one or more packages from/to the store.\n")) --generate-key[=PARAMETERS] generate a key pair with the given parameters")) (display (_ " + --authorize authorize imports signed by the public key on stdin")) + (newline) + (display (_ " -e, --expression=EXPR build the package or derivation EXPR evaluates to")) (display (_ " -S, --source build the packages' source derivations")) |