Merge branch 'rd/doc-notes-prune-fix'
Doc update. * rd/doc-notes-prune-fix: notes: correct 'git notes prune' options to '[-n] [-v]'
This commit is contained in:
commit
5b5710effa
@ -18,7 +18,7 @@ SYNOPSIS
|
||||
'git notes' merge --commit [-v | -q]
|
||||
'git notes' merge --abort [-v | -q]
|
||||
'git notes' remove [--ignore-missing] [--stdin] [<object>...]
|
||||
'git notes' prune [-n | -v]
|
||||
'git notes' prune [-n] [-v]
|
||||
'git notes' get-ref
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ static const char * const git_notes_usage[] = {
|
||||
N_("git notes merge --commit [-v | -q]"),
|
||||
N_("git notes merge --abort [-v | -q]"),
|
||||
N_("git notes [--ref <notes-ref>] remove [<object>...]"),
|
||||
N_("git notes [--ref <notes-ref>] prune [-n | -v]"),
|
||||
N_("git notes [--ref <notes-ref>] prune [-n] [-v]"),
|
||||
N_("git notes [--ref <notes-ref>] get-ref"),
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user