diff --git a/preprocessor/DynareMain.cc b/preprocessor/DynareMain.cc
index 62ae0427084758792d9d9eb39a94aa4c1ac19ac1..5e5ff6ca51fccde03314741dcdb8334b126264e1 100644
--- a/preprocessor/DynareMain.cc
+++ b/preprocessor/DynareMain.cc
@@ -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);
 }