Skip to content
Snippets Groups Projects
Commit 9e939c08 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

better with the correct getopt_args() string

parent a8b939ab
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
for (;;)
{
int opt = getopt_args(argc,argv, ">hv:fcCz", &l) ;
int opt = getopt_args(argc,argv, ">hv:fcCzI", &l) ;
if (opt == -1) break ;
if (opt == -2) log_die(LOG_EXIT_USER,"options must be set first") ;
switch (opt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment