From 36b56f081b5c84c48d2d5e47cab16ef2fefcc11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 28 Feb 2014 22:31:16 +0100 Subject: [PATCH] guix archive: Change '--help' to show '--authorize'. * guix/scripts/archive.scm (show-help): Add '--authorize'. --- guix/scripts/archive.scm | 3 +++ 1 file changed, 3 insertions(+) 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 @@ -63,6 +63,9 @@ Export/import one or more packages from/to the store.\n")) (display (_ " --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 (_ "