notes: correct 'git notes prune' options to '[-n] [-v]'
[gitweb.git] / builtin / notes.c
index 5248a9bad8d4d18c8ff0f145e8049606baa8849a..af883d7400e2be919282135f4baa64829b2e01d5 100644 (file)
@@ -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
 };