diff options
Diffstat (limited to 'mkproj.sh')
-rwxr-xr-x | mkproj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |