From bd5878384e4596e029f6654b9d077195f1882ab7 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:20:49 -0400 Subject: [PATCH] Update CLI usage --- cli/v2/picocrypt/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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: