Skip to content
Snippets Groups Projects
Commit 7abc2cda authored by Michele Alberti's avatar Michele Alberti
Browse files

Add current directory as default loadpath.

parent 9d728fa9
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ let verify_cmd =
in
let loadpath =
let doc = "Additional loadpath." in
Arg.(value & opt_all string [] & info [ "L" ] ~doc)
Arg.(value & opt_all string [ "." ] & info [ "L"; "loadpath" ] ~doc)
in
let memlimit =
let doc = "Memory limit (in megabytes)." in
......
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