diff --git a/matlab/dynare.m b/matlab/dynare.m
index 2b9c5ad02e51d70f9af6e06d029523d2cad40c0e..7478c8f7be3e9840f786def895a2dab6b25dca01 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