From ed353d91b7fe5ab397cc6c649ceca2f0ea507023 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 27 Mar 2012 00:20:05 +1000 Subject: pacman-key: make the -e option work as advertised Using -e without arguments failed to export all keys. Using --export worked as expected. Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- scripts/pacman-key.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 3ea8947f..695b46b9 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -460,7 +460,7 @@ if ! type gettext &>/dev/null; then } fi -OPT_SHORT="a::d:e:f::hl::r:uv:V" +OPT_SHORT="a::d:e::f::hl::r:uv:V" OPT_LONG="add::,config:,delete:,edit-key:,export::,finger::,gpgdir:" OPT_LONG+=",help,import:,import-trustdb:,init,keyserver:,list-keys::,list-sigs::" OPT_LONG+=",lsign-key:,populate::,recv-keys:,refresh-keys::,updatedb" -- cgit v1.2.3-24-g4f1b