Hi, On Mon, 17 Dec 2007, Pierre Habouzit wrote: > diff --git a/parse-options.c b/parse-options.c > index 7a08a0c..4f5c55e 100644 > --- a/parse-options.c > +++ b/parse-options.c > @@ -229,6 +229,8 @@ int parse_options(int argc, const char **argv, const struct option *options, > const char *arg = args.argv[0]; > > if (*arg != '-' || !arg[1]) { > + if (flags & PARSE_OPT_STOP_AT_ARG) > + break; > argv[j++] = args.argv[0]; > continue; > } > diff --git a/parse-options.h b/parse-options.h > index 102ac31..7c636b9 100644 > --- a/parse-options.h > +++ b/parse-options.h > @@ -18,6 +18,7 @@ enum parse_opt_type { > > enum parse_opt_flags { > PARSE_OPT_KEEP_DASHDASH = 1, > + PARSE_OPT_STOP_AT_ARG = 2, > }; > > enum parse_opt_option_flags { Funny. I already posted this: http://repo.or.cz/w/git/dscho.git?a=commitdiff;h=504f763a28b3109fce258b36f9e94e7c54be6f3d Ciao, Dscho - 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