Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add description parameter to OPT__DRY_RUN
[gitweb.git]
/
test-parse-options.c
diff --git
a/test-parse-options.c
b/test-parse-options.c
index bd7b8a4ea809a56ccb0240d00043fea7acbd5884..cddd10643f3bc6362dd8a40637b432f94d81999a 100644
(file)
--- a/
test-parse-options.c
+++ b/
test-parse-options.c
@@
-67,7
+67,7
@@
int main(int argc, const char **argv)
OPT_GROUP("Standard options"),
OPT__ABBREV(&abbrev),
OPT__VERBOSE(&verbose, "be verbose"),
- OPT__DRY_RUN(&dry_run),
+ OPT__DRY_RUN(&dry_run
, "dry run"
),
OPT__QUIET(&quiet),
OPT_END(),
};