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 2727#include "line-range.h"
2828#include "line-log.h"
2929
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> " );
3131
3232static const char * blame_opt_usage [] = {
3333 blame_usage ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
3838static const char * fmt_pretty ;
3939
4040static const char * const builtin_log_usage [] = {
41- N_ ("git log [<options>] [<revision range>] [[--] <path>...]" ),
41+ N_ ("git log [<options>] [<revision- range>] [[--] <path>...]" ),
4242 N_ ("git show [<options>] <object>..." ),
4343 NULL
4444};
You can’t perform that action at this time.
0 commit comments