mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-24 16:57:42 -04:00
Remove references to --gpg-key= as it never worked
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
@@ -140,17 +140,7 @@
|
||||
<listitem><para>
|
||||
Import gpg keys from the specified keyring file as
|
||||
trusted for the new remote. If the file is - the
|
||||
keyring is read from standard input. The set of keys
|
||||
imported from the keyring can optionally be limited by
|
||||
using --gpg-key.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--gpg-key=KEY</option></term>
|
||||
|
||||
<listitem><para>
|
||||
Only import the named keys from the specified gpg keyrings.
|
||||
keyring is read from standard input.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
@@ -156,17 +156,7 @@
|
||||
<listitem><para>
|
||||
Import gpg keys from the specified keyring file as
|
||||
trusted for the new remote. If the file is - the
|
||||
keyring is read from standard input. The set of keys
|
||||
imported from the keyring can optionally be limited by
|
||||
using --gpg-key.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--gpg-key=KEY</option></term>
|
||||
|
||||
<listitem><para>
|
||||
Only import the named keys from the specified gpg keyrings.
|
||||
keyring is read from standard input.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user