From 6aa177a72bbdb3faccc2c5bc90a6f77f2a3851f7 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 12 Nov 2023 14:04:36 +0100 Subject: Add README --- README | 1 + crypt.sh | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 README 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 } -- cgit v1.2.3