aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rwxr-xr-xcrypt.sh25
2 files changed, 14 insertions, 12 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8a1023e
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Crypt is a simple program for managing encrypted files (passwords, otp secrets, text)
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
}