Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-06 20:23:39 +0300
committerJunio C Hamano <gitster@pobox.com>2017-12-06 20:23:39 +0300
commitc3d2d34fbf64c1d39e8bec03fea85ef14aeda692 (patch)
treeec477644f3cef2cb96bded8971a03b07d7513a4c /builtin/prune.c
parente8b96bd053524f1e77f35e6d12120a692a3e4844 (diff)
parent1a1fc2d5b5b84bc7a6c7ebe1cd8c8f7587314b59 (diff)
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;