aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-07-23 17:47:09 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-07-23 17:47:09 +0300
commit47f8aaf1a7ef90ba597e681792e95b667a7da111 (patch)
tree6675c0c92ad2d426f6919cb7a1c65e0aa8c29855 /bin
parenta5c4e7268da80156b9525732b9f666d2cff2e391 (diff)
downloadarching-kaos-tools-47f8aaf1a7ef90ba597e681792e95b667a7da111.tar.gz
arching-kaos-tools-47f8aaf1a7ef90ba597e681792e95b667a7da111.tar.bz2
arching-kaos-tools-47f8aaf1a7ef90ba597e681792e95b667a7da111.zip
bugfix
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ak-gpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-gpg b/bin/ak-gpg
index d276bd9..fa48a18 100755
--- a/bin/ak-gpg
+++ b/bin/ak-gpg
@@ -64,7 +64,7 @@ if [ ! -z $1 ]; then
--list-secret-keys-plain | -lsp) _ak_gpg_list_secret_keys_plain; exit;;
--create-key | -c) shift; _ak_gpg_create_key $1; exit;;
--select-key | -s) _ak_gpg_select_key; exit;;
- --delete-key | -s) _ak_gpg_delete_key; exit;;
+ --delete-key | -d) _ak_gpg_delete_key; exit;;
* ) _ak_usage;;
esac
else _ak_usage