From 4a5a66128404476b0c0a376a3882beea67e73f89 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sun, 12 Feb 2023 00:56:25 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b800a8..55ffcc3 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ It does precisely what the name indicates, i.e., encryption and decryption of UT ## Usage ``` -rustcm-cli 0.1.0-alpha -Rust Simple Text Cipher Machine +rustcm-cli 0.1.1-alpha +Rust Simple Text Cipher Machine. USAGE: rustcm-cli [COMMAND] @@ -30,10 +30,10 @@ COMMAND: -v, --version Prints the version information - -e, --encrypt + -e, --encrypt Runs the program in encryption mode - -d, --decrypt + -d, --decrypt Runs the program in decryption mode ```