Skip to content
Snippets Groups Projects
Commit d7e48e7e authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Bugfix

parent b39e4447
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ let parse_args () =
| i when i = String.length arg -> args
| i -> handle_opts (handle args ["-" ^ String.make 1 arg.[i]]) (i + 1)
in
handle_opts args 1
handle (handle_opts args 1) tl
| arg :: tl when arg.[0] = '-' ->
prerr_string usage;
......
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