diff scripts/general/flipud.m @ 904:3470f1e25a79

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents 16a24e76d6e0
children 3f257ab07921
line wrap: on
line diff
--- a/scripts/general/flipud.m	Wed Nov 09 20:02:47 1994 +0000
+++ b/scripts/general/flipud.m	Wed Nov 09 21:22:15 1994 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1993, 1994 John W. Eaton
 # 
 # This file is part of Octave.
 # 
@@ -25,7 +25,7 @@
 # See also: fliplr, rot90
 
   if (nargin != 1)
-    error ("usage: flipud (x)");
+    usage ("flipud (x)");
   endif
 
   y = x;