We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afd647c + ce41720 commit 6588f82Copy full SHA for 6588f82
2 files changed
builtin/blame.c
@@ -28,7 +28,7 @@
28
#include "line-log.h"
29
#include "dir.h"
30
31
-static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] file");
+static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] <file>");
32
33
static const char *blame_opt_usage[] = {
34
blame_usage,
builtin/log.c
@@ -38,7 +38,7 @@ 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_("git log [<options>] [<revision-range>] [[--] <path>...]"),
42
N_("git show [<options>] <object>..."),
43
NULL
44
};
0 commit comments