summaryrefslogtreecommitdiff
path: root/rsa/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/cli.py')
-rw-r--r--rsa/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/cli.py b/rsa/cli.py
index 2441955..527cc49 100644
--- a/rsa/cli.py
+++ b/rsa/cli.py
@@ -256,7 +256,7 @@ class VerifyOperation(CryptoOperation):
'''Verify a signature.'''
keyname = 'public'
- usage = 'usage: %%prog [options] private_key signature_file'
+ usage = 'usage: %%prog [options] public_key signature_file'
description = ('Verifies a signature, exits with status 0 upon success, '
'prints an error message and exits with status 1 upon error.')
operation = 'verify'