diff scripts/time/asctime.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/time/asctime.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/time/asctime.m	Tue Oct 10 16:10:31 2006 +0000
@@ -39,7 +39,7 @@
   if (nargin == 1)
     retval = strftime ("%a %b %d %H:%M:%S %Y\n", t);
   else
-    usage ("asctime (TMSTRUCT)");
+    print_usage ();
   endif
 
 endfunction