diff -r d7d2edf70011 -r 40af8e328e64 cwctl.py --- a/cwctl.py Wed Aug 25 11:22:47 2010 +0200 +++ b/cwctl.py Wed Aug 25 11:23:22 2010 +0200 @@ -329,7 +329,7 @@ """run the command with its specific arguments""" from logilab.common.textutils import splitstrip configname = self.config.config - appid, cubes = args + cubes, appid = args cubes = splitstrip(cubes) # get the configuration and helper config = cwcfg.config_for(appid, configname)