Correct the remote configuration command message
authorNelson Ferreira <nelson.ferreira@ieee.org>
Sat, 3 Mar 2012 05:00:23 +0000 (00:00 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Sat, 3 Mar 2012 05:00:23 +0000 (00:00 -0500)
Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
contrib/git-for-steve.sh

index fbc4c21..9bcc9b4 100755 (executable)
@@ -61,7 +61,7 @@ REMOTE=$(git remote | grep -v origin)
 if [ -z "$REMOTE" ]; then
     echo "MANDATORY: You now must configure your remote repository "
     echo "           location using:"
-    echo "    git remote <myremote> <repository location>"
+    echo "    git remote add <myremote> <repository location>"
     echo ""
     echo "           We recommend that you use 'myremote' explicitly"
     echo "           for the remote name, but it can be whatever name"