write-tree: check extra arguments and die but be a bit more helpful.
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Dec 2005 06:30:07 +0000 (22:30 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Dec 2005 06:31:18 +0000 (22:31 -0800)
"git-write-tree junk" complains and dies, but it does not say
what option it supports. Die with the usage string in such a
case.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found