aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/export-key.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlang/python/examples/howto/export-key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/examples/howto/export-key.py b/lang/python/examples/howto/export-key.py
index 6def6871..913bfce7 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): ")