From 9dbb6736c56a537e91a6a92576ce2780b325efbb Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 25 Aug 2017 12:11:12 +0200
Subject: [PATCH] preprocessor: add missing option to dynare options message

---
 DynareMain.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DynareMain.cc b/DynareMain.cc
index 62ae0427..5e5ff6ca 100644
--- a/DynareMain.cc
+++ b/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);
 }
-- 
GitLab