aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/export-minimised-key.py
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-07-13 10:36:27 +0000
committerBen McGinnes <[email protected]>2018-07-13 10:36:27 +0000
commit1bb3f8409d4bbec403bea768184a691d9d7ea42d (patch)
tree416b1397c0454b4948a4a82ca183dc829f78a0a6 /lang/python/examples/howto/export-minimised-key.py
parentjson: Add with-sec-fprs param to export (diff)
downloadgpgme-1bb3f8409d4bbec403bea768184a691d9d7ea42d.tar.gz
gpgme-1bb3f8409d4bbec403bea768184a691d9d7ea42d.zip
python bindings: example scripts
* Fixed incorrect mention of output prompt referencing secret keys when the scripts are only for exporting public keys in whole or minimised forms.
Diffstat (limited to 'lang/python/examples/howto/export-minimised-key.py')
-rwxr-xr-xlang/python/examples/howto/export-minimised-key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/examples/howto/export-minimised-key.py b/lang/python/examples/howto/export-minimised-key.py
index c2c533ee..3889adcd 100755
--- a/lang/python/examples/howto/export-minimised-key.py
+++ b/lang/python/examples/howto/export-minimised-key.py
@@ -47,7 +47,7 @@ elif len(sys.argv) == 2:
logrus = input("Enter the UID matching the key(s) to export: ")
homedir = input("Enter the GPG configuration directory path (optional): ")
else:
- keyfile = input("Enter the path and filename to save the secret key to: ")
+ keyfile = input("Enter the path and filename to save the key(s) to: ")
logrus = input("Enter the UID matching the key(s) to export: ")
homedir = input("Enter the GPG configuration directory path (optional): ")