We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2202ab1 + e66dc0c commit e9f9119Copy full SHA for e9f9119
1 file changed
builtin/log.c
@@ -38,8 +38,8 @@ static const char *fmt_patch_subject_prefix = "PATCH";
38
static const char *fmt_pretty;
39
40
static const char * const builtin_log_usage[] = {
41
- N_("git log [<options>] [<revision range>] [[--] <path>...]\n")
42
- N_(" or: git show [options] <object>..."),
+ N_("git log [<options>] [<revision range>] [[--] <path>...]"),
+ N_("git show [options] <object>..."),
43
NULL
44
};
45
0 commit comments