Use imperative form in help usage to describe an action
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b0ff96547e
commit
f63cf8c9fb
@ -682,7 +682,7 @@ int cmd_grep(int argc, const char **argv, const char *prefix)
|
||||
OPT_BOOLEAN(0, "cached", &cached,
|
||||
N_("search in index instead of in the work tree")),
|
||||
OPT_NEGBIT(0, "no-index", &use_index,
|
||||
N_("finds in contents not managed by git"), 1),
|
||||
N_("find in contents not managed by git"), 1),
|
||||
OPT_BOOLEAN(0, "untracked", &untracked,
|
||||
N_("search in both tracked and untracked files")),
|
||||
OPT_SET_INT(0, "exclude-standard", &opt_exclude,
|
||||
|
||||
Reference in New Issue
Block a user