Make git status usage say git status instead of git commit
commit2f02b25f36bce23e6b65c5112876796a56e084ca
authorShawn Bohrer <shawn.bohrer@gmail.com>
Mon, 3 Dec 2007 05:02:09 +0000 (2 23:02 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Dec 2007 07:35:46 +0000 (2 23:35 -0800)
tree794d54f0d48d2d85914eb8322108d71909015b3f
parentd9ccfe7711a8bf1ed9d9cd87daa9863e0d564b23
Make git status usage say git status instead of git commit

git status shares the same usage information as git commit since it
shows what would be committed if the same options are given.  However,
when displaying the usage information for git status it should say it
is for git status not git commit.

Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c