aboutsummaryrefslogtreecommitdiff
path: root/builtin/blame.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-16 14:33:50 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-16 14:33:50 -0700
commit6588f82ff6aa8ff7857304c10b18ab062e67bb52 (patch)
tree66d1ad7a324b50b07c8533c72cd3c1152f370a50 /builtin/blame.c
parentafd647c55f19b34c1c605f099720dcec49c4e24a (diff)
parentce41720cad79d858f09ebfc88cf84a4b152645c7 (diff)
downloadgit-6588f82ff6aa8ff7857304c10b18ab062e67bb52.tar.gz
git-6588f82ff6aa8ff7857304c10b18ab062e67bb52.tar.xz
Merge branch 'ah/usage-strings' into maint
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/blame.c b/builtin/blame.c
index ff978253f..b3e948e75 100644
--- a/builtin/blame.c
+++ b/builtin/blame.c
@@ -28,7 +28,7 @@
#include "line-log.h"
#include "dir.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,