Skip to content

Commit 32c16dd

Browse files
committed
🐞 fix: Added -d when decrypting in README.md
1 parent f1bfab8 commit 32c16dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ git-caesar -u octacat -i secret.txt -o secret.zip -k ~/.ssh/id_secret
5454
Decrypt GitLab user `tanuki`'s file `secret.zip` and save it as `sceret.txt`.
5555

5656
```
57-
git-caesar -u https://gitlab.com/tanuki.keys -i secret.zip -o secret.txt
57+
git-caesar -d -u https://gitlab.com/tanuki.keys -i secret.zip -o secret.txt
5858
```
5959

6060
Same situation, no signature verification.
6161

6262
```
63-
git-caesar -i secret.zip -o secret.txt
63+
git-caesar -d -i secret.zip -o secret.txt
6464
```
6565

6666
## Copyright and License

0 commit comments

Comments
 (0)