diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-06-01 12:45:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-01 12:45:10 -0700 |
commit | 6e0ac8e45f688abf8deb10a1716461b61400f669 (patch) | |
tree | 1354acc7de13d0f9cc47daaa64bb2334562d85d5 /builtin/blame.c | |
parent | 777e75b60568b613e452ebbb30a1fb27c4fd7d8a (diff) | |
parent | ce41720cad79d858f09ebfc88cf84a4b152645c7 (diff) | |
download | git-6e0ac8e45f688abf8deb10a1716461b61400f669.tar.gz |
Merge branch 'ah/usage-strings'
A few usage string updates.
* ah/usage-strings:
blame, log: format usage strings similarly to those in documentation
Diffstat (limited to 'builtin/blame.c')
-rw-r--r-- | builtin/blame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/blame.c b/builtin/blame.c index 8d70623cb8..662339fe63 100644 --- a/builtin/blame.c +++ b/builtin/blame.c @@ -27,7 +27,7 @@ #include "line-range.h" #include "line-log.h" -static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] file"); +static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"); static const char *blame_opt_usage[] = { blame_usage, |