From be18a14d0fb74e403161ee9a3b9bf605c3b6cc1f Mon Sep 17 00:00:00 2001 From: kalmenn Date: Fri, 22 Dec 2023 02:30:33 +0100 Subject: [PATCH] identity.sh: listed planned commands in the help message --- scripts/identity.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/identity.sh b/scripts/identity.sh index f04d70b..f01fccd 100755 --- a/scripts/identity.sh +++ b/scripts/identity.sh @@ -57,6 +57,10 @@ case $1 in echo; echo "COMMANDS:" echo " import: import an identity from a gpg key" + echo " remove: removed a saved identity"; + echo " set: sets the identity of the current git repo" + echo " show: show a saved identity or the identity of the current repo" + echo " list: list all saved identities" exit 1; ;; esac