Browse Source

Help message typo.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@7570 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 12 years ago
parent
commit
e377b42ed0
  1. 2
      prism/src/prism/PrismCL.java

2
prism/src/prism/PrismCL.java

@ -2184,7 +2184,7 @@ public class PrismCL implements PrismModelListener
}
// -exportresults
else if (sw.equals("exportresults")) {
mainLog.println("Switch: -exportresults <file[,options]>\n");
mainLog.println("Switch: -exportresults <file[:options]>\n");
mainLog.println("Exports the results of model checking to <file> (or to the screen if <file>=\"stdout\").");
mainLog.println("The default behaviour is to export a list of results in text form, using tabs to separate items.");
mainLog.println("If provided, <options> is a comma-separated list of options taken from:");

Loading…
Cancel
Save