We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-d
1 parent f1bfab8 commit 32c16ddCopy full SHA for 32c16dd
README.md
@@ -54,13 +54,13 @@ git-caesar -u octacat -i secret.txt -o secret.zip -k ~/.ssh/id_secret
54
Decrypt GitLab user `tanuki`'s file `secret.zip` and save it as `sceret.txt`.
55
56
```
57
-git-caesar -u https://gitlab.com/tanuki.keys -i secret.zip -o secret.txt
+git-caesar -d -u https://gitlab.com/tanuki.keys -i secret.zip -o secret.txt
58
59
60
Same situation, no signature verification.
61
62
63
-git-caesar -i secret.zip -o secret.txt
+git-caesar -d -i secret.zip -o secret.txt
64
65
66
## Copyright and License
0 commit comments