aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/sign-file.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlang/python/examples/howto/sign-file.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/examples/howto/sign-file.py b/lang/python/examples/howto/sign-file.py
index 8e2cdc2d..01006df0 100755
--- a/lang/python/examples/howto/sign-file.py
+++ b/lang/python/examples/howto/sign-file.py
@@ -31,7 +31,8 @@ import sys
Signs a file with a specified key. If entering both the key and the filename
on the command line, the key must be entered first.
-Will produce both an ASCII armoured and GPG binary format copy of the encrypted file.
+Will produce both an ASCII armoured and GPG binary format copy of the signed
+file.
"""
if len(sys.argv) > 3: