Skip to content

Commit

Permalink
Update prism -help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Apr 21, 2020
1 parent de7a15f commit 222827c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prism/src/prism/PrismCL.java
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,7 @@ private void printHelp()
mainLog.println();
mainLog.println("EXPORT OPTIONS:");
mainLog.println("-exportresults <file[:options]> Export the results of model checking to a file");
mainLog.println("-exportvector <file> .......... Export results of model checking for all states to a file");
mainLog.println("-exportmodel <files[:options]> . Export the built model to file(s)");
mainLog.println("-exporttrans <file> ............ Export the transition matrix to a file");
mainLog.println("-exportstaterewards <file> ..... Export the state rewards vector to a file");
Expand Down

0 comments on commit 222827c

Please sign in to comment.