Kaydet (Commit) 41b5c80a authored tarafından Peter Foley's avatar Peter Foley

cleanup ./g output

Change-Id: I84a775ceb983ad21d4585a3c3718f99bbac5a282
üst 96336f30
......@@ -19,7 +19,7 @@ usage()
echo
echo "Usage: g [options] [git (checkout|clone|fetch|grep|pull|push|reset) [git options/args..]]"
echo ""
echo " -z restaure the git hooks and others sanity checks"
echo " -z restore the git hooks and do other sanity checks"
}
refresh_submodule_hooks()
......@@ -323,8 +323,10 @@ case "$COMMAND" in
tag)
do_git_cmd ${COMMAND} "$@"
;;
"")
;;
*)
echo "./g does not support command:$COMMAND" 1>&2
echo "./g does not support command: $COMMAND" 1>&2
exit 1;
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment