Skip to content

Commit 6e0ac8e

Browse files
committed
Merge branch 'ah/usage-strings'
A few usage string updates. * ah/usage-strings: blame, log: format usage strings similarly to those in documentation
2 parents 777e75b + ce41720 commit 6e0ac8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtin/blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "line-range.h"
2828
#include "line-log.h"
2929

30-
static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] file");
30+
static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] <file>");
3131

3232
static const char *blame_opt_usage[] = {
3333
blame_usage,

builtin/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
3838
static const char *fmt_pretty;
3939

4040
static const char * const builtin_log_usage[] = {
41-
N_("git log [<options>] [<revision range>] [[--] <path>...]"),
41+
N_("git log [<options>] [<revision-range>] [[--] <path>...]"),
4242
N_("git show [<options>] <object>..."),
4343
NULL
4444
};

0 commit comments

Comments
 (0)