File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
#include "line-range.h"
28
28
#include "line-log.h"
29
29
30
- static char blame_usage [] = N_ ("git blame [<options>] [<rev-opts>] [<rev>] [--] file" );
30
+ static char blame_usage [] = N_ ("git blame [<options>] [<rev-opts>] [<rev>] [--] < file> " );
31
31
32
32
static const char * blame_opt_usage [] = {
33
33
blame_usage ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
38
38
static const char * fmt_pretty ;
39
39
40
40
static const char * const builtin_log_usage [] = {
41
- N_ ("git log [<options>] [<revision range>] [[--] <path>...]" ),
41
+ N_ ("git log [<options>] [<revision- range>] [[--] <path>...]" ),
42
42
N_ ("git show [<options>] <object>..." ),
43
43
NULL
44
44
};
You can’t perform that action at this time.
0 commit comments