Skip to content

Commit

Permalink
Edit examples
Browse files Browse the repository at this point in the history
  • Loading branch information
70sh1 committed Nov 11, 2023
1 parent cc5bd61 commit d27b1d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ _eddy_ is a simple and fast CLI file encryption tool. It features concurrent fil

### Examples
```
eddy encrypt secret.txt
eddy e secret.txt
```
```
eddy -w e secret.txt secret2.txt
eddy --overwrite encrypt secret.txt secret2.txt
```
```
eddy -g 8 enc secret.txt
```
```
eddy -wo "home/Documents" dec secret.txt
eddy -wo "home/Documents" dec secret.txt.eddy
```
```
eddy --unsafe-password supeR-$ecr3t enc "D:/stuff/secret.txt" secret2.txt
Expand Down

0 comments on commit d27b1d0

Please sign in to comment.