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

66-scandir: fix new options

parent cc0b9fb1
No related branches found
No related tags found
No related merge requests found
......@@ -849,7 +849,7 @@ int main(int argc, char const *const *argv, char const *const *envp)
for (;;)
{
int opt = getopt_args(argc,argv, "hv:bl:t:f:e:crus:", &l) ;
int opt = getopt_args(argc,argv, "hv:bl:t:3:2:e:crus:", &l) ;
if (opt == -1) break ;
if (opt == -2) strerr_dief1x(110,"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