From ef98b82be68a098b10a01ac086bfa20e7645b46a Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Mon, 4 Oct 2021 21:51:57 +0530 Subject: [PATCH] fix the link in help menu, release v1.0.1 --- coffin.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coffin.bash b/coffin.bash index 8973b22..c48ef95 100755 --- a/coffin.bash +++ b/coffin.bash @@ -13,7 +13,7 @@ # set_gpg_recipients - verify the GPG keyfile and set up GPG for encryption # initialize the global variables -readonly COFFIN_VERSION="1.0" +readonly COFFIN_VERSION="1.0.1" readonly COFFIN_NAME="coffin" readonly COFFIN_DIR=".$COFFIN_NAME" readonly COFFIN_FILE="$COFFIN_DIR/$COFFIN_NAME".tar.gpg @@ -168,7 +168,7 @@ coffin_help() { printf '%s\n' "Options: $PROGRAM coffin [-h|--help] [-v|--version]" printf '%s\n' "-h, --help: print this help menu" printf '%s\n' "-v, --version: print the version of $PROGRAM coffin" "" - printf '%s\n' "For more details, visit https://github.com/ayushnix/pass-tessen" + printf '%s\n' "For more details, visit https://github.com/ayushnix/pass-coffin" } if [[ "$#" -eq 0 && "$COMMAND" == "coffin" ]]; then