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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 4fb053f24fd6
line wrap: on
line diff
--- a/scripts/general/circshift.m
+++ b/scripts/general/circshift.m
@@ -80,6 +80,6 @@
     endfor
     y = x(idx{:});
   else
-    usage ("circshift (x, n)");
+    print_usage ();
   endif
 endfunction