Update README.md

This commit is contained in:
Arkaprabha Chakraborty
2023-02-12 00:56:25 +05:30
parent fbe5e78ed7
commit 4a5a661284

View File

@@ -17,8 +17,8 @@ It does precisely what the name indicates, i.e., encryption and decryption of UT
## Usage ## Usage
``` ```
rustcm-cli 0.1.0-alpha rustcm-cli 0.1.1-alpha
Rust Simple Text Cipher Machine Rust Simple Text Cipher Machine.
USAGE: USAGE:
rustcm-cli [COMMAND] rustcm-cli [COMMAND]
@@ -30,10 +30,10 @@ COMMAND:
-v, --version -v, --version
Prints the version information Prints the version information
-e, --encrypt <input-path> <output-path> -e, --encrypt <path-to-input> <path-to-output>
Runs the program in encryption mode Runs the program in encryption mode
-d, --decrypt <input-path> <output-path> -d, --decrypt <path-to-input> <path-to-output>
Runs the program in decryption mode Runs the program in decryption mode
``` ```