cwctl.py
changeset 5627 a7e40cccdc9b
parent 5508 6718ba5db0eb
parent 5608 f9ab62103ad4
child 5811 e77cea9721e7
--- a/cwctl.py	Tue Jun 01 08:34:35 2010 +0200
+++ b/cwctl.py	Wed Jun 02 13:02:47 2010 +0200
@@ -201,7 +201,7 @@
     def run(self, args):
         """run the command with its specific arguments"""
         if args:
-            raise BadCommandUsage('Too much arguments')
+            raise BadCommandUsage('Too many arguments')
         from cubicweb.migration import ConfigurationProblem
         print 'CubicWeb %s (%s mode)' % (cwcfg.cubicweb_version(), cwcfg.mode)
         print