summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-11 15:39:11 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-11 15:39:11 +0200
commitfcf137f25def338c39835f9b2c86bcc963f5599f (patch)
treee70b04bd8c5ef745a52ac5bc67d1bae1df7af160 /app
parentedcf485dde8084365bac2429aacb8859390a0c5e (diff)
downloadxdg-app-fcf137f25def338c39835f9b2c86bcc963f5599f.tar.gz
Remove references to --gpg-key= as it never worked
Diffstat (limited to 'app')
-rw-r--r--app/flatpak-builtins-add-remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/flatpak-builtins-add-remote.c b/app/flatpak-builtins-add-remote.c
index ad7dabd..fe6b7b8 100644
--- a/app/flatpak-builtins-add-remote.c
+++ b/app/flatpak-builtins-add-remote.c
@@ -66,7 +66,6 @@ static GOptionEntry common_options[] = {
{ "prio", 0, 0, G_OPTION_ARG_INT, &opt_prio, "Set priority (default 1, higher is more prioritized)", NULL },
{ "title", 0, 0, G_OPTION_ARG_STRING, &opt_title, "A nice name to use for this remote", "TITLE" },
{ "gpg-import", 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &opt_gpg_import, "Import GPG key from FILE (- for stdin)", "FILE" },
- { "gpg-key", 0, 0, G_OPTION_ARG_STRING_ARRAY, &opt_gpg_import, "Optionally only import the named key(s) from the keyring files", "KEY" },
{ "disable", 0, 0, G_OPTION_ARG_NONE, &opt_disable, "Disable the remote", },
{ NULL }
};