X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=test-parse-options.c;h=73360d75126af2f231b3cfdad26a47e18fff0a39;hb=66aafad5e43815e5f54634e4ef787cd759388880;hp=eed8a02c6589bcb9af46188b56054eace3cd4d19;hpb=f124e986cf19e8f36895ae474d50f8d389e73d02;p=git.git diff --git a/test-parse-options.c b/test-parse-options.c index eed8a02c6..73360d751 100644 --- a/test-parse-options.c +++ b/test-parse-options.c @@ -20,6 +20,8 @@ int main(int argc, const char **argv) OPT_STRING(0, "string2", &string, "str", "get another string"), OPT_STRING(0, "st", &string, "st", "get another string (pervert ordering)"), OPT_STRING('o', NULL, &string, "str", "get another string"), + OPT_GROUP("magic arguments"), + OPT_ARGUMENT("quux", "means --quux"), OPT_END(), }; int i;