Skip to content

Commit 3fb50be

Browse files
committed
Update export_keys() documentation to explain how to export all keys.
1 parent 900d82c commit 3fb50be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ To export keys, use the :meth:`~gnupg.GPG.export_keys` method::
466466
For the ``keyids`` parameter, you can use a sequence of anything which GnuPG itself
467467
accepts to identify a key - for example, the keyid or the fingerprint could be used.
468468
If you want to pass a single keyid, then you can just pass in a string which
469-
identifies the key.
469+
identifies the key. If you pass an empty list in ``keyids``, all keys are exported.
470470

471471
The :meth:`~gnupg.GPG.export_keys` method has some additional keyword arguments:
472472

0 commit comments

Comments
 (0)