Removed getopt options.

This commit is contained in:
Johan Wikman
2015-11-04 10:20:59 +02:00
parent d7af979ad9
commit 865162dc54

View File

@ -1727,7 +1727,7 @@ static bool fnames_conf_init(fnames_conf_t* fn,
fn->fn_chk_tail = CHK_NUM_FNAMES; fn->fn_chk_tail = CHK_NUM_FNAMES;
#endif #endif
optind = 1; /**<! reset getopt index */ optind = 1; /**<! reset getopt index */
while ((opt = getopt(argc, argv, "+a:b:c:d:e:f:g:h:i:j:l:m:s:o")) != -1) while ((opt = getopt(argc, argv, "+g:h:i:j:l:m:s:o")) != -1)
{ {
switch (opt) switch (opt)
{ {