notes: correct 'git notes prune' options to '[-n] [-v]'
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 21 Nov 2017 19:17:21 +0000 (14:17 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Nov 2017 03:59:02 +0000 (12:59 +0900)
commite54b63359f9df44850bd50010e097f40e8cf3952
tree31e42b70ceb75cccc360eeb0032315ffe4a995c3
parent9752ad0bb79f680bca48db7adc45338b298304b0
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>
Documentation/git-notes.txt
builtin/notes.c