From 0787228a9d96750af332b53a1f30f17f76fd1f59 Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 12 Mar 2009 11:20:49 +0000 Subject: [PATCH] trunk dynare.m: completed help message git-svn-id: https://www.dynare.org/svn/dynare/trunk@2456 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dynare.m | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/matlab/dynare.m b/matlab/dynare.m index 392e480fe..d1054a1e6 100644 --- a/matlab/dynare.m +++ b/matlab/dynare.m @@ -37,18 +37,21 @@ if strcmpi(fname,'help') disp(' ') disp(['This is dynare version ' dynare_version() '.']) disp(' ') - disp('USAGE: dynare FILENAME [.mod,.dyn] [OPTIONS]') + 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(' 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 savemacro: Instructs dynare to save the intermediary file which is obtained after') - disp(' macro-processing; saved output will go in FILENAME -macroexp.mod.') 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(' ') return end