Update docstring for GPG.list_keys().
parent
60b97938f4
commit
1b95e254d7
|
@ -999,6 +999,11 @@ use_agent: %s
|
||||||
def list_keys(self, secret=False):
|
def list_keys(self, secret=False):
|
||||||
"""List the keys currently in the keyring.
|
"""List the keys currently in the keyring.
|
||||||
|
|
||||||
|
The GnuPG option '--show-photos', according to the GnuPG manual, "does
|
||||||
|
not work with --with-colons", but since we can't rely on all versions
|
||||||
|
of GnuPG to explicitly handle this correctly, we should probably
|
||||||
|
include it in the args.
|
||||||
|
|
||||||
>>> import shutil
|
>>> import shutil
|
||||||
>>> shutil.rmtree("keys")
|
>>> shutil.rmtree("keys")
|
||||||
>>> gpg = GPG(homedir="keys")
|
>>> gpg = GPG(homedir="keys")
|
||||||
|
|
Loading…
Reference in New Issue