summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2017-11-21 15:51:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-22 03:29:30 (GMT)
commit1a1fc2d5b5b84bc7a6c7ebe1cd8c8f7587314b59 (patch)
treee1b22c8eb773503ee8eb9da04164149ab1b9e2c3 /builtin
parent9752ad0bb79f680bca48db7adc45338b298304b0 (diff)
downloadgit-1a1fc2d5b5b84bc7a6c7ebe1cd8c8f7587314b59.zip
git-1a1fc2d5b5b84bc7a6c7ebe1cd8c8f7587314b59.tar.gz
git-1a1fc2d5b5b84bc7a6c7ebe1cd8c8f7587314b59.tar.bz2
prune: add "--progress" to man page and usage msg
Add mention of git prune's "--progress" option to the SYNOPSIS and DESCRIPTION sections of the man page, and to the usage message of "git prune" itself. While we're here, move the explanation of "--" toward the end of the DESCRIPTION section, where it belongs. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 8f4f052..c2830d6 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;