cwctl.py
branchstable
changeset 5608 f9ab62103ad4
parent 5498 eab5540d96eb
child 5627 a7e40cccdc9b
child 5796 351e84e18a61
--- a/cwctl.py	Sat May 29 10:33:40 2010 +0200
+++ b/cwctl.py	Sat May 29 10:33:57 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