diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-08-20 19:32:55 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-22 12:02:28 -0700 |
commit | f63cf8c9fbcd86e8ca3bb78917dc280747bb34a8 (patch) | |
tree | e6640fdfc517e5359ae03ba92d2ceb6e262405ec /builtin/apply.c | |
parent | b0ff96547ec66979487707ad71f89c23f5e0669d (diff) | |
download | git-f63cf8c9fbcd86e8ca3bb78917dc280747bb34a8.tar.gz |
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>
Diffstat (limited to 'builtin/apply.c')
-rw-r--r-- | builtin/apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index d453c83378..0ab81e3435 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -4297,7 +4297,7 @@ int cmd_apply(int argc, const char **argv, const char *prefix_) OPT_NOOP_NOARG(0, "allow-binary-replacement"), OPT_NOOP_NOARG(0, "binary"), OPT_BOOLEAN(0, "numstat", &numstat, - N_("shows number of added and deleted lines in decimal notation")), + N_("show number of added and deleted lines in decimal notation")), OPT_BOOLEAN(0, "summary", &summary, N_("instead of applying the patch, output a summary for the input")), OPT_BOOLEAN(0, "check", &check, |