diff --git a/bin/git-scp b/bin/git-scp index e12c3c9..c9c2f21 100755 --- a/bin/git-scp +++ b/bin/git-scp @@ -170,7 +170,7 @@ function _error() case $(basename $0) in git-scp) case $1 in - ''|-h|?|help|--help) shift; _test_git_scp; _usage $@;; + ''|-h|'?'|help|--help) shift; _test_git_scp; _usage $@;; *) scp_and_stage $@;; esac ;;