Skip to content

Commit 6588f82

Browse files
committed
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
2 parents afd647c + ce41720 commit 6588f82

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
@@ -28,7 +28,7 @@
2828
#include "line-log.h"
2929
#include "dir.h"
3030

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

3333
static const char *blame_opt_usage[] = {
3434
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)