We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 777e75b + ce41720 commit 6e0ac8eCopy full SHA for 6e0ac8e
2 files changed
builtin/blame.c
@@ -27,7 +27,7 @@
27
#include "line-range.h"
28
#include "line-log.h"
29
30
-static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] file");
+static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] <file>");
31
32
static const char *blame_opt_usage[] = {
33
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