- Added '--echo' to stdout the commandline. Useful for reporting.

This commit is contained in:
ccremers
2004-07-29 13:15:29 +00:00
parent c88c1d4461
commit 331569c9a8
3 changed files with 11 additions and 7 deletions

View File

@@ -505,7 +505,7 @@ void graphInit (const System sys)
printf ("digraph Statespace {\n");
/* label */
printf ("\tcomment = \"");
printf ("\tcomment = \"$");
commandlinePrint (stdout, sys);
printf ("\";\n");