Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit d7a4b6a

Browse files
author
valflrt
committed
Update readme
1 parent 675481e commit d7a4b6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ A simple cli program to encrypt a file/directory
3737
3838
Options:
3939
-V, --version output the version number
40-
--verbose verbose mode
41-
--debug debug mode
40+
--verbose enable verbose mode
41+
--debug enable debug mode
4242
-h, --help display help for command
4343
4444
Commands:
45-
encrypt|e [options] <path> <key> encrypts a file/directory
46-
decrypt|d [options] <path> <key> decrypts an encrypted file/directory
45+
encrypt|e [options] <path> <key> encrypt a file/directory
46+
decrypt|d [options] <path> <key> decrypt an encrypted file/directory
4747
help [command] display help for command
4848
```
4949

0 commit comments

Comments
 (0)