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

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents bc5e6cb785d1
children 3f257ab07921
line wrap: on
line diff
--- a/scripts/general/perror.m	Wed Nov 09 20:02:47 1994 +0000
+++ b/scripts/general/perror.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.
 # 
@@ -28,7 +28,7 @@
 #   qpsol : 3.2
 
   if (nargin != 2)
-    error ("usage: perror (name, err)");
+    usage ("perror (name, err)");
   endif
 
   if (! isstr (name))