diff --git a/cli/v2/picocrypt/README.md b/cli/v2/picocrypt/README.md index 4e52190..e4463d9 100644 --- a/cli/v2/picocrypt/README.md +++ b/cli/v2/picocrypt/README.md @@ -7,8 +7,13 @@ You should now be able to run `picocrypt` in your terminal. If not, run `export # Usage ``` C:\Users\Evan>picocrypt -Usage: picocrypt [-p]aranoid [-r]eedsolo [ ...] -Items: can be a file (cat.png), folder (./src), or glob (*.txt) +Usage: picocrypt [ ...] +Items: can be files, folders, or globs +Flags: + -f (decryption) attempt to fix corruption + -k (decryption) keep output even if corrupted + -p (encryption) use paranoid mode + -r (encryption) encode with Reed-Solomon ``` ## Examples To encrypt a single file: