From 1b48f6599549e068ed189ca01a23aed42666f073 Mon Sep 17 00:00:00 2001 From: Raghvendra Date: Mon, 11 Mar 2024 19:36:35 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8FUpdated=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2bcebc1..1ef9e49 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ option to view tree structure of directory (`-tree`)
## Edge cases: -1- If file entered is not found then it gives file does not exist error.
+1- If file entered is not found then it gives file does not exist error.❌
2- `-n` and `-b` are 2 options which are mutually exclusive so if user types both of them together only the first enter option should work.
3- `-s` and any or both `-n` and `-b` present then `-s` will be executed first and then `-n` and `-b` according second rule.
4- Advanced options like encryption/decryption can not be mixed matched.