Skip to content
Snippets Groups Projects
Commit 42bac743 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on simulaor: bug when starting simulator in command-line mode

parent b2a2eb83
No related branches found
No related tags found
No related merge requests found
......@@ -501,6 +501,7 @@ void Simulator::printHelp(){
"-otxt ofile simulate and write traces to ofile in text format\n"
"-ovcd ofile simulate and write traces to ofile in vcd format\n"
"-ograph ofile simulate and write traces to ofile in aut format\n"
"-explo generate the reachability graph \n"
"-cmd \'c1 p1 p2;c2\' execute commands c1 with parameters p1 and p2 and c2\n"
"-oxml ofile xml reply is written to ofile, in case the -cmd option is used\n"
"***************************************************************************\n\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment