Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add description parameter to OPT__VERBOSE
[gitweb.git]
/
builtin
/
notes.c
diff --git
a/builtin/notes.c
b/builtin/notes.c
index 6d07aac80cc2bfd042eee905abb5086a29e1d90a..e0a1f62fc9eb0ee6a1943e7a3438e1077a666cb9 100644
(file)
--- a/
builtin/notes.c
+++ b/
builtin/notes.c
@@
-806,7
+806,7
@@
static int prune(int argc, const char **argv, const char *prefix)
struct option options[] = {
OPT_BOOLEAN('n', "dry-run", &show_only,
"do not remove, show only"),
- OPT_
BOOLEAN('v', "verbose",
&verbose, "report pruned notes"),
+ OPT_
_VERBOSE(
&verbose, "report pruned notes"),
OPT_END()
};