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 <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2012-03-27 00:20:05 +10:00 committed by Dan McGee
parent 1eeab12228
commit ed353d91b7
1 changed files with 1 additions and 1 deletions

View File

@ -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"