compat-wireless: do not write git-clone
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Jan 2011 15:32:21 +0000 (16:32 +0100)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 13 Jan 2011 00:58:46 +0000 (16:58 -0800)
the command git-clone was removed and git clone should be used now.
Update error message.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
scripts/admin-update.sh

index bf8e08031a074f7c07cb736b0a9d80d047a4dd0c..650c48995ba70666787295a90f25ef89a5fe2aa3 100755 (executable)
@@ -191,7 +191,7 @@ if [ -z $GIT_TREE ]; then
                echo "  export GIT_TREE=/home/$USER/linux-next/"
                echo
                echo "If you do not have one you can clone the repository:"
-               echo "  git-clone $GIT_URL"
+               echo "  git clone $GIT_URL"
                exit 1
        fi
 else
@@ -207,7 +207,7 @@ if [ -z $GIT_COMPAT_TREE ]; then
                echo "  export GIT_COMPAT_TREE=/home/$USER/compat/"
                echo
                echo "If you do not have one you can clone the repository:"
-               echo "  git-clone $GIT_COMPAT_URL"
+               echo "  git clone $GIT_COMPAT_URL"
                exit 1
        fi
 else