grep: correct help string for --exclude-standard
commit77fdb8a82cc624bb3c720b87725abae4d0df5073
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 27 Feb 2015 14:01:58 +0000 (27 21:01 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2015 20:22:41 +0000 (27 12:22 -0800)
tree454f498ff825971ce1cf41899862142edb50b632
parent282616c72d1d08a77ca4fe1186cb708c38408d87
grep: correct help string for --exclude-standard

The current help string is about --no-exclude-standard. But "git grep -h"
would show --exclude-standard instead. Flip the string. See 0a93fb8
(grep: teach --untracked and --exclude-standard options - 2011-09-27)
for more info about these options.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/grep.c