aboutsummaryrefslogtreecommitdiff
path: root/crypt.sh
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-12 14:04:36 +0100
committerFederico Angelilli <code@fedang.net>2023-11-12 14:04:36 +0100
commit6aa177a72bbdb3faccc2c5bc90a6f77f2a3851f7 (patch)
tree52deb250d207c7fb95f0431e17b3fff9500af84e /crypt.sh
parent83716f77d1b2bb75c03cda34f3bc2e56ede3e68b (diff)
Add README
Diffstat (limited to 'crypt.sh')
-rwxr-xr-xcrypt.sh25
1 files changed, 13 insertions, 12 deletions
diff --git a/crypt.sh b/crypt.sh
index d826e19..c876bcd 100755
--- a/crypt.sh
+++ b/crypt.sh
@@ -524,25 +524,26 @@ cmd_maybe_show() {
cmd_help() {
cat <<-EOF
- Usage:
- $PROGRAM init gpg-id...
+ Usage:
+ $PROGRAM init gpg-id...
- $PROGRAM [subfolder]
+ $PROGRAM [subfolder]
- $PROGRAM [show] file
+ $PROGRAM [show] file
- $PROGRAM add file
+ $PROGRAM add file
- $PROGRAM edit file
+ $PROGRAM edit file
- $PROGRAM info
+ $PROGRAM info
- $PROGRAM git git-args...
+ $PROGRAM git git-args...
- $PROGRAM help
- Show this text
- $PROGRAM version
- Show version information
+ $PROGRAM help
+ Show this text
+
+ $PROGRAM version
+ Show version information
EOF
}