X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=test-parse-options.c;h=0828592162cc7c61f0d025ba4d83fc29bc4c2067;hb=44c8e6049f75b6d9427f91ba09b6104471e84300;hp=acd1a2ba70fc2ffb38cd8fb0784aa6e5e693183f;hpb=8acd141bb5cd4155d849fbfb3b74eb509608cd15;p=git.git diff --git a/test-parse-options.c b/test-parse-options.c index acd1a2ba7..082859216 100644 --- a/test-parse-options.c +++ b/test-parse-options.c @@ -66,9 +66,9 @@ int main(int argc, const char **argv) "negative ambiguity", PARSE_OPT_NOARG | PARSE_OPT_NONEG }, OPT_GROUP("Standard options"), OPT__ABBREV(&abbrev), - OPT__VERBOSE(&verbose), - OPT__DRY_RUN(&dry_run), - OPT__QUIET(&quiet), + OPT__VERBOSE(&verbose, "be verbose"), + OPT__DRY_RUN(&dry_run, "dry run"), + OPT__QUIET(&quiet, "be quiet"), OPT_END(), }; int i;