diff scripts/miscellaneous/bincoeff.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 1c61d6a2c9e6
children d6d19fcc51b0
line wrap: on
line diff
--- a/scripts/miscellaneous/bincoeff.m
+++ b/scripts/miscellaneous/bincoeff.m
@@ -57,7 +57,7 @@
 function b = bincoeff (n, k)
 
   if (nargin != 2)
-    usage ("bincoeff (n, k)");
+    print_usage ();
   endif
 
   [retval, n, k] = common_size (n, k);