Add nopreprocessoroutput option to dynare. Closes #1390

issue#70
Houtan Bastani 2017-08-25 14:19:48 +02:00
parent 9dbb6736c5
commit 31dfe2a6b6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ usage()
#if defined(_WIN32) || defined(__CYGWIN32__) || defined(__MINGW32__)
<< " [cygwin] [msvc] [mingw]"
#endif
<< " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple] [nopathchange]"
<< " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple] [nopathchange] [nopreprocessoroutput]"
<< endl;
exit(EXIT_FAILURE);
}