diff scripts/general/randperm.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 709307492cd7
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/general/randperm.m
+++ b/scripts/general/randperm.m
@@ -35,7 +35,7 @@
       error ("randperm: argument must be non-negative");
     endif
   else
-    usage ("randperm (n)");
+    print_usage ();
   endif
 
 endfunction