diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-06 09:23:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-06 09:23:39 -0800 |
commit | c3d2d34fbf64c1d39e8bec03fea85ef14aeda692 (patch) | |
tree | ec477644f3cef2cb96bded8971a03b07d7513a4c /builtin | |
parent | Merge branch 'jt/submodule-tests-cleanup' (diff) | |
parent | prune: add "--progress" to man page and usage msg (diff) | |
download | tgif-c3d2d34fbf64c1d39e8bec03fea85ef14aeda692.tar.xz |
Merge branch 'rd/man-prune-progress'
Doc update.
* rd/man-prune-progress:
prune: add "--progress" to man page and usage msg
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/prune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/prune.c b/builtin/prune.c index cddabf26a9..d2fdae680a 100644 --- a/builtin/prune.c +++ b/builtin/prune.c @@ -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; |