Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
prune: add "--progress" to man page and usage msg
[gitweb.git]
/
builtin
/
prune.c
diff --git
a/builtin/prune.c
b/builtin/prune.c
index 8f4f0522856b988a8798fd65c6d81d8826709aa2..c2830d64e8d4c902ac552ebe0d5fcea5219368da 100644
(file)
--- 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;