notes: correct 'git notes prune' options to '[-n] [-v]'
Currently, 'git notes prune' in man page and usage message incorrectly lists options as '[-n | -v]', rather than '[-n] [-v]'. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
9752ad0bb7
commit
e54b63359f
@ -32,7 +32,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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user