summaryrefslogtreecommitdiff
path: root/rsa/cli.py
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-10-23 10:15:21 +0800
committerSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 10:28:25 +0100
commit3e9b33834ea005b76001d1d439fe0c1c02e7017c (patch)
tree0904328b6f7db51fc2135a7d0dfe5c7250c3a9da /rsa/cli.py
parenta038aef614c656d24c5dfede07e8efe5106ed72e (diff)
downloadrsa-git-3e9b33834ea005b76001d1d439fe0c1c02e7017c.tar.gz
Fix typos
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 5a9c797..4db3f0b 100644
--- a/rsa/cli.py
+++ b/rsa/cli.py
@@ -36,7 +36,7 @@ def keygen() -> None:
# Parse the CLI options
parser = optparse.OptionParser(
usage="usage: %prog [options] keysize",
- description='Generates a new RSA keypair of "keysize" bits.',
+ description='Generates a new RSA key pair of "keysize" bits.',
)
parser.add_option(