On Thu, Jul 24, 2008 at 10:08 PM, Michele Ballabio <barra_cuda@xxxxxxxxxxxx> wrote: > On Thursday 24 July 2008, Johannes Schindelin wrote: >> On Wed, 23 Jul 2008, Michele Ballabio wrote: >> >> > + { OPTION_CALLBACK, 'f', "force", &state, NULL, >> > + "force overwrite of existing files", >> > + PARSE_OPT_NOARG, parse_state_force_cb, 0 }, >> >> I wonder if this could not be written as >> >> OPT_BOOLEAN('f', "force", &state.force, >> "force overwrite of existing files"), > > I did it that way because 'force' is a bitfield. I thought there is an OPT_BIT? -- Cheers, Sverre Rabbelier -- 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