Skip to content

Commit e9f9119

Browse files
committed
Merge branch 'km/log-usage-string-i18n'
* km/log-usage-string-i18n: log.c: fix translation markings
2 parents 2202ab1 + e66dc0c commit e9f9119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/log.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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>...]\n")
42-
N_(" or: git show [options] <object>..."),
41+
N_("git log [<options>] [<revision range>] [[--] <path>...]"),
42+
N_("git show [options] <object>..."),
4343
NULL
4444
};
4545

0 commit comments

Comments
 (0)