We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900d82c commit 3fb50beCopy full SHA for 3fb50be
1 file changed
docs/index.rst
@@ -466,7 +466,7 @@ To export keys, use the :meth:`~gnupg.GPG.export_keys` method::
466
For the ``keyids`` parameter, you can use a sequence of anything which GnuPG itself
467
accepts to identify a key - for example, the keyid or the fingerprint could be used.
468
If you want to pass a single keyid, then you can just pass in a string which
469
-identifies the key.
+identifies the key. If you pass an empty list in ``keyids``, all keys are exported.
470
471
The :meth:`~gnupg.GPG.export_keys` method has some additional keyword arguments:
472
0 commit comments