identity.sh: listed planned commands in the help message

This commit is contained in:
kalmenn 2023-12-22 02:30:33 +01:00
parent 46a0dbba0a
commit be18a14d0f
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -57,6 +57,10 @@ case $1 in
echo; echo;
echo "COMMANDS:" echo "COMMANDS:"
echo " import: import an identity from a gpg key" 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; exit 1;
;; ;;
esac esac