Carlos Rica wrote: > + struct option options[] = { > + { OPTION_STRING, 'l', NULL, &list, "pattern", "list tag names", > + PARSE_OPT_OPTARG, NULL, (intptr_t) no_pattern }, > + OPT_STRING('F', NULL, &msgfile, "file", "message in a file"), Does it matter that you use OPTION_STRING here and OPT_STRING macro there? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html