Browse Source

Tidy -help output.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12153 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 9 years ago
parent
commit
2efbd2c6a3
  1. 2
      prism/src/prism/PrismSettings.java

2
prism/src/prism/PrismSettings.java

@ -1747,7 +1747,7 @@ public class PrismSettings implements Observer
mainLog.println("-ltl2datool <exec> ............. Run executable <exec> to convert LTL formulas to deterministic automata"); mainLog.println("-ltl2datool <exec> ............. Run executable <exec> to convert LTL formulas to deterministic automata");
mainLog.println("-ltl2dasyntax <x> .............. Specify output format for -ltl2datool switch (lbt, spin, spot, rabinizer)"); mainLog.println("-ltl2dasyntax <x> .............. Specify output format for -ltl2datool switch (lbt, spin, spot, rabinizer)");
mainLog.println("-exportiterations .............. Export vectors for iteration algorithms to file"); mainLog.println("-exportiterations .............. Export vectors for iteration algorithms to file");
mainLog.println("-pmaxquotient .................. For Pmax computations in MDPs, compute in the MEC quotient.");
mainLog.println("-pmaxquotient .................. For Pmax computations in MDPs, compute in the MEC quotient");
mainLog.println(); mainLog.println();
mainLog.println("MULTI-OBJECTIVE MODEL CHECKING:"); mainLog.println("MULTI-OBJECTIVE MODEL CHECKING:");

Loading…
Cancel
Save