Skip to content

Commit 71eebb1

Browse files
committed
Fixed typo in pyrsa-verify help message
1 parent 9388f9b commit 71eebb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rsa/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class VerifyOperation(CryptoOperation):
256256
'''Verify a signature.'''
257257

258258
keyname = 'public'
259-
usage = 'usage: %%prog [options] private_key signature_file'
259+
usage = 'usage: %%prog [options] public_key signature_file'
260260
description = ('Verifies a signature, exits with status 0 upon success, '
261261
'prints an error message and exits with status 1 upon error.')
262262
operation = 'verify'

0 commit comments

Comments
 (0)