From b5e8ce476b0b30bcc893356714f2ff159758923b Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 16 Aug 2021 02:27:08 -0400 Subject: [PATCH] added help --- scripts/repo2ssh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/repo2ssh.sh b/scripts/repo2ssh.sh index c1715dc..1c0e05a 100755 --- a/scripts/repo2ssh.sh +++ b/scripts/repo2ssh.sh @@ -4,4 +4,6 @@ if [ -n "$1" ] then git remote set-url origin git@github.com:$USER/$1.git git remote -v +else + echo "the first parameter is the name of the github repo" fi