summaryrefslogtreecommitdiff
path: root/builtin/prune.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-12-06 09:23:39 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-12-06 09:23:39 -0800
commitc3d2d34fbf64c1d39e8bec03fea85ef14aeda692 (patch)
treeec477644f3cef2cb96bded8971a03b07d7513a4c /builtin/prune.c
parentMerge branch 'jt/submodule-tests-cleanup' (diff)
parentprune: add "--progress" to man page and usage msg (diff)
downloadtgif-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/prune.c')
-rw-r--r--builtin/prune.c2
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;