From 791f97c775bd885bbff73039e23e0560edf13cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Thu, 8 Sep 2011 16:12:31 +0200 Subject: [PATCH] Removed obsolete help message (cherry picked from commit ef26fe00345cb6d84df1cf4b37aec86421c61c7f) --- matlab/dynare.m | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/matlab/dynare.m b/matlab/dynare.m index 2b9c5ad02..7478c8f7b 100644 --- a/matlab/dynare.m +++ b/matlab/dynare.m @@ -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 -- GitLab