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 @@ -18,7 +18,7 @@ SYNOPSIS
18
18
'git notes' merge --commit [-v | -q]
19
19
'git notes' merge --abort [-v | -q]
20
20
'git notes' remove [--ignore-missing] [--stdin] [<object>...]
21
- 'git notes' prune [-n | -v]
21
+ 'git notes' prune [-n] [ -v]
22
22
'git notes' get-ref
23
23
24
24
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ static const char * const git_notes_usage[] = {
33
33
N_ ("git notes merge --commit [-v | -q]" ),
34
34
N_ ("git notes merge --abort [-v | -q]" ),
35
35
N_ ("git notes [--ref <notes-ref>] remove [<object>...]" ),
36
- N_ ("git notes [--ref <notes-ref>] prune [-n | -v]" ),
36
+ N_ ("git notes [--ref <notes-ref>] prune [-n] [ -v]" ),
37
37
N_ ("git notes [--ref <notes-ref>] get-ref" ),
38
38
NULL
39
39
};
You can’t perform that action at this time.
0 commit comments