summaryrefslogtreecommitdiff
path: root/doc/cli.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cli.rst')
-rw-r--r--doc/cli.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli.rst b/doc/cli.rst
index 30864d7..e06d5ee 100644
--- a/doc/cli.rst
+++ b/doc/cli.rst
@@ -16,7 +16,7 @@ on how to use them. Here is a short overview:
+-------------------------+--------------------------------------------------+-----------------------------------------+
| Command | Usage | Core function |
+=========================+==================================================+=========================================+
-| pyrsa-keygen | Generates a new RSA keypair in PEM or DER format | :py:func:`rsa.newkeys` |
+| pyrsa-keygen | Generates a new RSA key pair in PEM or DER format | :py:func:`rsa.newkeys` |
+-------------------------+--------------------------------------------------+-----------------------------------------+
| pyrsa-encrypt | Encrypts a file. The file must be shorter than | :py:func:`rsa.encrypt` |
| | the key length in order to be encrypted. | |