X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=test-parse-options.c;h=36487c402b264433a3bfda7f84ef9c9a8df8cbb7;hb=471dcfdbb23ad423168d928335bc36217f9e311d;hp=91a5701657556e07b4f4daafa947346d3b197cd1;hpb=c07aa5b218b9f519c29b5be71fe43cd79365dd37;p=git.git diff --git a/test-parse-options.c b/test-parse-options.c index 91a570165..36487c402 100644 --- a/test-parse-options.c +++ b/test-parse-options.c @@ -54,6 +54,7 @@ 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_NOOP_NOARG(0, "obsolete"), OPT_SET_PTR(0, "default-string", &string, "set string to default", (unsigned long)"default"), OPT_STRING_LIST(0, "list", &list, "str", "add str to list"),