identity: listed the link subcommand

This commit is contained in:
kalmenn 2023-12-22 17:27:53 +01:00
parent 6b02a8996f
commit 05fe81209b
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -130,6 +130,7 @@ case $1 in
echo " import: import an identity from a gpg key"; echo " import: import an identity from a gpg key";
echo " remove: removes a saved identity"; echo " remove: removes a saved identity";
echo " set: sets the identity of the current git repo"; echo " set: sets the identity of the current git repo";
echo " link: links the global identity file to your current git repo.";
echo " show: show a saved identity or the identity of the current repo"; echo " show: show a saved identity or the identity of the current repo";
echo " list: list all saved identities"; echo " list: list all saved identities";
exit 1; exit 1;