* No longer require the "--" trick to separate zzuf's flags and the called

program's.
This commit is contained in:
Sam Hocevar 2008-05-17 13:40:40 +00:00 committed by sam
parent 78166aa5b0
commit e08dda0acd

View File

@ -168,7 +168,7 @@ int main(int argc, char *argv[])
#else #else
# define OPTSTR_RLIMIT_CPU "" # define OPTSTR_RLIMIT_CPU ""
#endif #endif
#define OPTSTR OPTSTR_REGEX OPTSTR_RLIMIT_MEM OPTSTR_RLIMIT_CPU \ #define OPTSTR "+" OPTSTR_REGEX OPTSTR_RLIMIT_MEM OPTSTR_RLIMIT_CPU \
"Ab:B:C:dD:f:F:il:mnp:P:qr:R:s:St:vxhV" "Ab:B:C:dD:f:F:il:mnp:P:qr:R:s:St:vxhV"
#define MOREINFO "Try `%s --help' for more information.\n" #define MOREINFO "Try `%s --help' for more information.\n"
int option_index = 0; int option_index = 0;