We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24065b8 + e54b633 commit 5b5710eCopy full SHA for 5b5710e
2 files changed
Documentation/git-notes.txt
@@ -18,7 +18,7 @@ SYNOPSIS
18
'git notes' merge --commit [-v | -q]
19
'git notes' merge --abort [-v | -q]
20
'git notes' remove [--ignore-missing] [--stdin] [<object>...]
21
-'git notes' prune [-n | -v]
+'git notes' prune [-n] [-v]
22
'git notes' get-ref
23
24
builtin/notes.c
@@ -33,7 +33,7 @@ static const char * const git_notes_usage[] = {
33
N_("git notes merge --commit [-v | -q]"),
34
N_("git notes merge --abort [-v | -q]"),
35
N_("git notes [--ref <notes-ref>] remove [<object>...]"),
36
- N_("git notes [--ref <notes-ref>] prune [-n | -v]"),
+ N_("git notes [--ref <notes-ref>] prune [-n] [-v]"),
37
N_("git notes [--ref <notes-ref>] get-ref"),
38
NULL
39
};
0 commit comments