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
1818'git notes' merge --commit [-v | -q]
1919'git notes' merge --abort [-v | -q]
2020'git notes' remove [--ignore-missing] [--stdin] [<object>...]
21- 'git notes' prune [-n | -v]
21+ 'git notes' prune [-n] [ -v]
2222'git notes' get-ref
2323
2424
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ static const char * const git_notes_usage[] = {
3333 N_ ("git notes merge --commit [-v | -q]" ),
3434 N_ ("git notes merge --abort [-v | -q]" ),
3535 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]" ),
3737 N_ ("git notes [--ref <notes-ref>] get-ref" ),
3838 NULL
3939};
You can’t perform that action at this time.
0 commit comments