Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
Update CLI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Apr 27, 2024
1 parent deabff6 commit bd58783
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cli/v2/picocrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <item1> [<item2> ...]
Items: can be a file (cat.png), folder (./src), or glob (*.txt)
Usage: picocrypt <item1> [<item2> ...]
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:
Expand Down

0 comments on commit bd58783

Please sign in to comment.