Index: /issm/trunk/src/m/utils/Nightly/runme.m
===================================================================
--- /issm/trunk/src/m/utils/Nightly/runme.m	(revision 4513)
+++ /issm/trunk/src/m/utils/Nightly/runme.m	(revision 4514)
@@ -2,4 +2,19 @@
 %RUNME - test deck for ISSM nightly runs
 %
+%   In a test deck directory (tests/Vertification/test01_IceShelfIceFrontM2d for example)
+%   The following command will launch all the existing tests for test01
+%   >> runme
+%   To run the tests in serial only
+%   >> runme('parallel',0)
+%   etc...
+%
+%   Available options:
+%      'analysis_type' followed by the desired SolutionEnum
+%      'parallel'      0: serial only
+%                      1: parallel only
+%      'procedure'     'check' : run the test (default)
+%                      'update': update the archive
+%                      'model' : prepare the model but no test is run
+%
 %   Usage:
 %      md=runme(varargin);
@@ -7,9 +22,7 @@
 %   Examples:
 %      runme;
-%      runme('analysis_type',{'prognostic','diagnostic'});
-%      runme('analysis_type',{'prognostic','diagnostic'},'parallel',0);
-%      runme('procedure','update','analysis_type',{'prognostic','diagnostic'},'parallel',1);
-%
-%   See Also: UPDATEARCHIVE RUNME
+%      runme('analysis_type',DiagnosticSolutionEnum);
+%      runme('analysis_type',DiagnosticSolutionEnum,'parallel',0);
+%      runme('procedure','update','analysis_type',DiagnosticSolutionEnum,'parallel',1);
 
 % This file can be run to check that the current version of issm is giving 
