Update CLI usage

This commit is contained in:
Evan Su 2024-04-27 14:20:49 -04:00 committed by GitHub
parent deabff6e9a
commit bd5878384e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: