changeset 5627 | a7e40cccdc9b |
parent 5556 | 9ab2b4c74baf |
parent 5608 | f9ab62103ad4 |
child 5762 | 730d458ec1bf |
--- a/devtools/devctl.py Tue Jun 01 08:34:35 2010 +0200 +++ b/devtools/devctl.py Wed Jun 02 13:02:47 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