Merge branch 'rd/man-prune-progress'

Doc update.

* rd/man-prune-progress:
  prune: add "--progress" to man page and usage msg
This commit is contained in:
Junio C Hamano
2017-12-06 09:23:39 -08:00
2 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,7 @@
#include "progress.h"
static const char * const prune_usage[] = {
N_("git prune [-n] [-v] [--expire <time>] [--] [<head>...]"),
N_("git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"),
NULL
};
static int show_only;