Index: /issm/trunk-jpl/test/NightlyRun/runme.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.m	(revision 14595)
+++ /issm/trunk-jpl/test/NightlyRun/runme.m	(revision 14596)
@@ -21,13 +21,12 @@
 %      'procedure'     'check' : run the test (default)
 %                      'update': update the archive
-%                      'model' : prepare the model but no test is run
 %
 %   Usage:
-%      md=runme(varargin);
+%      runme(varargin);
 %
 %   Examples:
 %      runme;
 %      runme('exclude',101);
-%      md=runme('id',102,'procedure','model');
+%      runme('id',102,'procedure','update');
 
 %Get ISSM_DIR variable
@@ -217,7 +216,2 @@
 	end
 end
-
-%output md if requested
-if nargout==1
-	varargout{1}=md;
-end
Index: /issm/trunk-jpl/test/NightlyRun/runme.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 14595)
+++ /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 14596)
@@ -32,10 +32,10 @@
  
 	    Usage:
-	       md=runme(varargin);
+	       runme(varargin);
  
 	    Examples:
 	       runme()
 	       runme(exclude=101)
-	       md=runme(id=102,procedure='update')
+	       runme(id=102,procedure='update')
 	"""
 
@@ -236,9 +236,4 @@
 				raise RuntimeError(me)
 
-#	#output md if requested
-#	if nargout==1
-#		varargout{1}=md;
-#	end
-
 	return
 
