From f7e5ae7f1618bd355b885c5c32dd028afad35453 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Wed, 29 Aug 2018 20:30:57 +1000 Subject: docs: python bindings - protonmail examples * lang/python/docs/GPGMEpythonHOWTOen.org: Updated links to the ProtonMail keyserver import scripts and added a warning regarding being unable to update third party keys. * lang/python/examples/howto/pmkey-import-alt.py: added usage. * lang/python/examples/howto/pmkey-import.py: added usage. --- lang/python/examples/howto/pmkey-import.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/python/examples/howto/pmkey-import.py') diff --git a/lang/python/examples/howto/pmkey-import.py b/lang/python/examples/howto/pmkey-import.py index edbd18e8..66ad8aa9 100755 --- a/lang/python/examples/howto/pmkey-import.py +++ b/lang/python/examples/howto/pmkey-import.py @@ -33,6 +33,8 @@ del absolute_import, division, unicode_literals print(""" This script searches the ProtonMail key server for the specified key and imports it. + +Usage: pmkey-import.py [search string] """) c = gpg.Context(armor=True) -- cgit v1.2.3