Skip to content
Snippets Groups Projects
Commit ec722aeb authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

--help displayed twice

parent 76f55b7e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ object Main {
)
def displayHelp(reporter: Reporter) {
reporter.info("usage: leon [--xlang] [--help] [--synthesis] [--help] [--debug=<N>] [..] <files>")
reporter.info("usage: leon [--xlang] [--synthesis] [--help] [--debug=<N>] [..] <files>")
reporter.info("")
reporter.info("Leon options are:")
for (opt <- allOptions.toSeq.sortBy(_.name)) {
......
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