Skip to content

Commit 185fe57

Browse files
committed
Docs: Fix table layout
1 parent 47a7db1 commit 185fe57

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

doc/cli.rst

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ on how to use them. Here is a short overview:
1313
.. index:: pyrsa-verify, pyrsa-priv2pub, pyrsa-encrypt-bigfile
1414
.. index:: pyrsa-decrypt-bigfile, pyrsa-decrypt-bigfile
1515

16-
+-------------------------+--------------------------------------------------+-----------------------------------------+
17-
| Command | Usage | Core function |
18-
+=========================+==================================================+=========================================+
16+
+-------------------------+---------------------------------------------------+-----------------------------------------+
17+
| Command | Usage | Core function |
18+
+=========================+===================================================+=========================================+
1919
| pyrsa-keygen | Generates a new RSA key pair in PEM or DER format | :py:func:`rsa.newkeys` |
20-
+-------------------------+--------------------------------------------------+-----------------------------------------+
21-
| pyrsa-encrypt | Encrypts a file. The file must be shorter than | :py:func:`rsa.encrypt` |
22-
| | the key length in order to be encrypted. | |
23-
+-------------------------+--------------------------------------------------+-----------------------------------------+
24-
| pyrsa-decrypt | Decrypts a file. | :py:func:`rsa.decrypt` |
25-
+-------------------------+--------------------------------------------------+-----------------------------------------+
26-
| pyrsa-sign | Signs a file, outputs the signature. | :py:func:`rsa.sign` |
27-
+-------------------------+--------------------------------------------------+-----------------------------------------+
28-
| pyrsa-verify | Verifies a signature. The result is written to | :py:func:`rsa.verify` |
29-
| | the console as well as returned in the exit | |
30-
| | status code. | |
31-
+-------------------------+--------------------------------------------------+-----------------------------------------+
32-
| pyrsa-priv2pub | Reads a private key and outputs the | \- |
33-
| | corresponding public key. | |
34-
+-------------------------+--------------------------------------------------+-----------------------------------------+
35-
| *pyrsa-encrypt-bigfile* | *Encrypts a file to an encrypted VARBLOCK file. | *Deprecated in Python-RSA 3.4 and |
36-
| | The file can be larger than the key length, but | removed from version 4.0.* |
37-
| | the output file is only compatible with | |
38-
| | Python-RSA.* | |
39-
+-------------------------+--------------------------------------------------+-----------------------------------------+
40-
| *pyrsa-decrypt-bigfile* | *Decrypts an encrypted VARBLOCK file.* | *Deprecated in Python-RSA 3.4 and |
41-
| | | removed from version 4.0.* |
42-
+-------------------------+--------------------------------------------------+-----------------------------------------+
20+
+-------------------------+---------------------------------------------------+-----------------------------------------+
21+
| pyrsa-encrypt | Encrypts a file. The file must be shorter than | :py:func:`rsa.encrypt` |
22+
| | the key length in order to be encrypted. | |
23+
+-------------------------+---------------------------------------------------+-----------------------------------------+
24+
| pyrsa-decrypt | Decrypts a file. | :py:func:`rsa.decrypt` |
25+
+-------------------------+---------------------------------------------------+-----------------------------------------+
26+
| pyrsa-sign | Signs a file, outputs the signature. | :py:func:`rsa.sign` |
27+
+-------------------------+---------------------------------------------------+-----------------------------------------+
28+
| pyrsa-verify | Verifies a signature. The result is written to | :py:func:`rsa.verify` |
29+
| | the console as well as returned in the exit | |
30+
| | status code. | |
31+
+-------------------------+---------------------------------------------------+-----------------------------------------+
32+
| pyrsa-priv2pub | Reads a private key and outputs the | \- |
33+
| | corresponding public key. | |
34+
+-------------------------+---------------------------------------------------+-----------------------------------------+
35+
| *pyrsa-encrypt-bigfile* | *Encrypts a file to an encrypted VARBLOCK file. | *Deprecated in Python-RSA 3.4 and |
36+
| | The file can be larger than the key length, but | removed from version 4.0.* |
37+
| | the output file is only compatible with | |
38+
| | Python-RSA.* | |
39+
+-------------------------+---------------------------------------------------+-----------------------------------------+
40+
| *pyrsa-decrypt-bigfile* | *Decrypts an encrypted VARBLOCK file.* | *Deprecated in Python-RSA 3.4 and |
41+
| | | removed from version 4.0.* |
42+
+-------------------------+---------------------------------------------------+-----------------------------------------+

0 commit comments

Comments
 (0)