Show usage string for 'git grep -h'
commit9c855c31786b9e879ef4cd3b8b5aa97bc4bcf8ec
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 9 Nov 2009 15:04:42 +0000 (9 09:04 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 01:08:44 +0000 (9 17:08 -0800)
treee9c65cd83204fca2d7aa0689e1af92aa1c1903f5
parentfe9a215214acd2cf9132aec70e0758786a6e3e8b
Show usage string for 'git grep -h'

Clarification: the following description only talks about "git
grep -h" without any other options and arguments.

Such a change cannot be breaking backward compatibility.  "grep
-h" cannot be asking for suppressing filenames, as there is no
match pattern specified.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-grep.c