summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-06 17:23:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-06 17:23:39 (GMT)
commitc3d2d34fbf64c1d39e8bec03fea85ef14aeda692 (patch)
treeec477644f3cef2cb96bded8971a03b07d7513a4c /builtin
parente8b96bd053524f1e77f35e6d12120a692a3e4844 (diff)
parent1a1fc2d5b5b84bc7a6c7ebe1cd8c8f7587314b59 (diff)
downloadgit-c3d2d34fbf64c1d39e8bec03fea85ef14aeda692.zip
git-c3d2d34fbf64c1d39e8bec03fea85ef14aeda692.tar.gz
git-c3d2d34fbf64c1d39e8bec03fea85ef14aeda692.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/prune.c b/builtin/prune.c
index cddabf2..d2fdae6 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;