diff --git a/preprocessor/DynareMain.cc b/preprocessor/DynareMain.cc
index 104a0783a015b9cffdb9c66719bdac48a8e60088..0616e20ef6df478af5ec2e13dcf1b700f278f3ba 100644
--- a/preprocessor/DynareMain.cc
+++ b/preprocessor/DynareMain.cc
@@ -61,6 +61,7 @@ usage()
 #if defined(_WIN32) || defined(__CYGWIN32__) || defined(__MINGW32__)
        << " [cygwin] [msvc] [mingw]"
 #endif
+       << " [nopathchange]"
        << endl;
   exit(EXIT_FAILURE);
 }