[git] GPGME - branch, master, updated. gpgme-1.11.1-90-g1bb3f84

[email protected] (by Ben McGinnes)
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  1bb3f8409d4bbec403bea768184a691d9d7ea42d (commit)
      from  6cc842c9aa76d19448141e5117ac59452d7a1ff3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1bb3f8409d4bbec403bea768184a691d9d7ea42d
Author: Ben McGinnes <[email protected]>
Date:   Fri Jul 13 20:36:27 2018 +1000

    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.

diff --git a/lang/python/examples/howto/export-key.py b/lang/python/examples/howto/export-key.py
index 6def687..913bfce 100755
--- a/lang/python/examples/howto/export-key.py
+++ b/lang/python/examples/howto/export-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): ")
 
diff --git a/lang/python/examples/howto/export-minimised-key.py b/lang/python/examples/howto/export-minimised-key.py
index c2c533e..3889adc 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): ")
 

-----------------------------------------------------------------------

Summary of changes:
 lang/python/examples/howto/export-key.py           | 2 +-
 lang/python/examples/howto/export-minimised-key.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.