diff scripts/strings/strjust.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents e9cde940b271
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/strings/strjust.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/strings/strjust.m	Tue Oct 10 16:10:31 2006 +0000
@@ -28,7 +28,7 @@
 function x = strjust (x, just)
 
   if (nargin < 1 || nargin > 2)
-    usage ("strjust (s, ['left'|'right'|'center'])");
+    print_usage ();
   endif
 
   if (nargin == 1)