Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-list: documentation and test for --left/right-only
[gitweb.git]
/
test-parse-options.c
diff --git
a/test-parse-options.c
b/test-parse-options.c
index cddd10643f3bc6362dd8a40637b432f94d81999a..0828592162cc7c61f0d025ba4d83fc29bc4c2067 100644
(file)
--- a/
test-parse-options.c
+++ b/
test-parse-options.c
@@
-68,7
+68,7
@@
int main(int argc, const char **argv)
OPT__ABBREV(&abbrev),
OPT__VERBOSE(&verbose, "be verbose"),
OPT__DRY_RUN(&dry_run, "dry run"),
- OPT__QUIET(&quiet),
+ OPT__QUIET(&quiet
, "be quiet"
),
OPT_END(),
};
int i;