summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmkproj.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkproj.sh b/mkproj.sh
index da2bfa4..6ebcd86 100755
--- a/mkproj.sh
+++ b/mkproj.sh
@@ -80,4 +80,4 @@ else
[ "$?" -ne 0 ] && echo -e "failed creating ${BLUE}$work/$repo${NC}, please check permission" || echo -e "${YELLOW}creation finished${NC}"
fi
-echo -e "you may now use 'git remote --add origin ssh://user@ip:port$path/$repo' to push repository"
+echo -e "you may now add remote with ${RED}git remote --add origin ssh://user@ip:port$path/$repo$NC command."