projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'jk/no-optional-locks'
[git]
/
builtin
/
prune.c
diff --git
a/builtin/prune.c
b/builtin/prune.c
index
cddabf2
..
d2fdae6
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;