pyrsa-encrypt --version (return code: 2)
Usage: pyrsa-encrypt [options] public_key
pyrsa-encrypt: error: no such option: --version
pyrsa-encrypt --help (return code: 0)
Usage: pyrsa-encrypt [options] public_key
Encrypts a file. The file must be shorter than the key length in order to be
encrypted. For larger files, use the pyrsa-encrypt-bigfile command.
Options:
-h, --help show this help message and exit
-i INPUT, --input=INPUT
Name of the file to encrypt. Reads from stdin if not
specified.
-o OUTPUT, --output=OUTPUT
Name of the file to write the encrypted file to.
Written to stdout if this option is not present.
--keyform=KEYFORM Key format of the public key - default PEM