Skip to content
Snippets Groups Projects
Commit 791f97c7 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Removed obsolete help message

(cherry picked from commit ef26fe00)
parent 7523e87a
Branches
No related tags found
No related merge requests found
......@@ -40,19 +40,7 @@ if strcmpi(fname,'help')
disp('USAGE: dynare FILENAME[.mod,.dyn] [OPTIONS]')
disp(' ')
disp('dynare executes instruction included in FILENAME.mod.')
disp(' ')
disp('OPTIONS:')
disp(' o noclearall: By default, dynare will issue a clear all command to Matlab or Octave,')
disp(' thereby deleting all workspace variables; this options instructs dynare')
disp(' not to clear the workspace.')
disp(' o debug: Instructs the preprocessor to write some debugging informations about the')
disp(' scanning and parsing of the .mod file.')
disp(' o notmpterms: Do not include temporary terms in the generated static and dynamic files')
disp(' o savemacro[=MACROFILE]: Instructs dynare to save the intermediary file which is obtained')
disp(' after macro-processing.')
disp(' By default, saved output will go in FILENAME-macroexp.mod (where FILENAME is')
disp(' taken from the mod file), but you can specify another filename.')
disp(' ')
disp('See the reference manual for the available options.')
return
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment