devtools/devctl.py
branchstable
changeset 5608 f9ab62103ad4
parent 5537 2889091bd1bf
child 5627 a7e40cccdc9b
child 5755 ca9e1c9123d7
--- a/devtools/devctl.py	Sat May 29 10:33:40 2010 +0200
+++ b/devtools/devctl.py	Sat May 29 10:33:57 2010 +0200
@@ -274,7 +274,7 @@
     def run(self, args):
         """run the command with its specific arguments"""
         if args:
-            raise BadCommandUsage('Too much arguments')
+            raise BadCommandUsage('Too many arguments')
         import shutil
         import tempfile
         import yams