Skip to content

Commit 5b5710e

Browse files
committed
Merge branch 'rd/doc-notes-prune-fix'
Doc update. * rd/doc-notes-prune-fix: notes: correct 'git notes prune' options to '[-n] [-v]'
2 parents 24065b8 + e54b633 commit 5b5710e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

builtin/notes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)