From e8220263a1e398c2751347702cece56468764773 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sat, 22 Feb 2014 11:18:25 +0100 Subject: Fixed typo in pyrsa-verify help message --- rsa/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1