We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9388f9b commit 71eebb1Copy full SHA for 71eebb1
1 file changed
rsa/cli.py
@@ -256,7 +256,7 @@ class VerifyOperation(CryptoOperation):
256
'''Verify a signature.'''
257
258
keyname = 'public'
259
- usage = 'usage: %%prog [options] private_key signature_file'
+ usage = 'usage: %%prog [options] public_key signature_file'
260
description = ('Verifies a signature, exits with status 0 upon success, '
261
'prints an error message and exits with status 1 upon error.')
262
operation = 'verify'
0 commit comments