File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ static const char builtin_diff_usage[] =
28
28
"git diff [<options>] [<commit>] [--] [<path>...]\n"
29
29
" or: git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]\n"
30
30
" or: git diff [<options>] [--merge-base] <commit> [<commit>...] <commit> [--] [<path>...]\n"
31
- " or: git diff [<options>] <commit>...<commit>] [--] [<path>...]\n"
32
- " or: git diff [<options>] <blob> <blob>] \n"
33
- " or: git diff [<options>] --no-index [--] <path> <path>] \n"
31
+ " or: git diff [<options>] <commit>...<commit> [--] [<path>...]\n"
32
+ " or: git diff [<options>] <blob> <blob>\n"
33
+ " or: git diff [<options>] --no-index [--] <path> <path>\n"
34
34
COMMON_DIFF_OPTIONS_HELP ;
35
35
36
36
static const char * blob_path (struct object_array_entry * entry )
You can’t perform that action at this time.
0 commit comments