preprocessor: add missing option to dynare options message

issue#70
Houtan Bastani 2017-08-25 12:11:12 +02:00
parent d83694f1d8
commit 9dbb6736c5
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]"
<< " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple] [nopathchange]"
<< endl;
exit(EXIT_FAILURE);
}