diff scripts/testfun/rundemos.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents d1978e7364ad
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/testfun/rundemos.m
+++ b/scripts/testfun/rundemos.m
@@ -34,7 +34,7 @@
       if (! isempty (fullname))
         dirs = {fullname};
       else
-        error ("rundemos: expecting argument to be a directory name");
+        error ("rundemos: DIRECTORY argument must be a valid pathname");
       endif
     endif
   else