Browse Source

prism -help info for -simpath switch.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@103 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 19 years ago
parent
commit
3ab126e503
  1. 1
      prism/src/prism/PrismCL.java

1
prism/src/prism/PrismCL.java

@ -1534,6 +1534,7 @@ public class PrismCL
mainLog.println("-simconf <x> ................... Set the confidence parameter for the simulator");
mainLog.println("-simsamples <n> ................ Set the number of samples for the simulator");
mainLog.println("-simpathlen <n> ................ Set the maximum path length for the simulator");
mainLog.println("-simpath <options> <file>....... Generate a random path with the simulator");
}
// print version

Loading…
Cancel
Save