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

what a bug

parent 0e53141c
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ int main (int argc, char const *const *argv)
subgetopt_t l = SUBGETOPT_ZERO ;
for (;;)
{
int opt = subgetopt_r(argc, argv, "l:hprfdwWb:", &l) ;
int opt = subgetopt_r(argc, argv, "Hl:hprfdwWb:", &l) ;
if (opt == -1) break ;
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