From 05fe81209b04545bda9512a4cb5fd8cc212a7c05 Mon Sep 17 00:00:00 2001 From: kalmenn Date: Fri, 22 Dec 2023 17:27:53 +0100 Subject: [PATCH] identity: listed the link subcommand --- scripts/identity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/identity.sh b/scripts/identity.sh index 9293b72..2e77d41 100755 --- a/scripts/identity.sh +++ b/scripts/identity.sh @@ -130,6 +130,7 @@ case $1 in echo " import: import an identity from a gpg key"; echo " remove: removes a saved identity"; 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 " list: list all saved identities"; exit 1;