diff options
Diffstat (limited to 'lang/python/examples/howto/pmkey-import.py')
-rwxr-xr-x | lang/python/examples/howto/pmkey-import.py | 2 |
1 files changed, 2 insertions, 0 deletions
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) |