diff scripts/set/setxor.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents f3e37beb03aa
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/set/setxor.m
+++ b/scripts/set/setxor.m
@@ -29,7 +29,7 @@
 
 function c = setxor (a, b)
   if (nargin != 2)
-    usage ("setxor(a,b)");
+    print_usage ();
   endif
 
   ## Form A and B into sets.