Skip to content

Commit

Permalink
Show usage help for -repl command
Browse files Browse the repository at this point in the history
  • Loading branch information
Joscha Mennicken authored and EnguerrandPrebet committed Jun 26, 2024
1 parent b402255 commit 4f963c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object Usage {
)
case "-proofStatisticsPrinter" =>
println(noValueMessage + "Please use: -proofStatisticsPrinter [default|arch-nln|arch-hstp]\n\n" + usage)
case "-repl" => println("Please use: -repl MODEL.kyx TACTIC.kyt [DEFS.scala]\n\n")
case _ => println("[Error] Unknown option " + option + "\n\n" + usage)
}
}
Expand Down

0 comments on commit 4f963c1

Please sign in to comment.