Re: [PATCH] prune: add "--progress" to man page and usage msg

2017-11-21 Thread Junio C Hamano
"Robert P. J. Day" writes: > Add mention of git prune's "--progress" option to the SYNOPSIS and > DESCRIPTION sections of the man page, and to the usage message of "git > prune" itself. > > While we're here, move the explanation of "--" toward the end of the > DESCRIPTION section, where it belong

[PATCH] prune: add "--progress" to man page and usage msg

2017-11-21 Thread Robert P. J. Day
Add mention of git prune's "--progress" option to the SYNOPSIS and DESCRIPTION sections of the man page, and to the usage message of "git prune" itself. While we're here, move the explanation of "--" toward the end of the DESCRIPTION section, where it belongs. Signed-off-by: Robert P. J. Day --