fix parse_args conflict

This commit is contained in:
Christophe Benz 2010-12-13 16:18:23 +01:00
commit e9ede31053
9 changed files with 14 additions and 12 deletions

View file

@ -240,7 +240,7 @@ class HaveSex(ReplApplication):
* edit configure an optimization service for a backend
* stop stop optimization services on a backend
"""
cmd, backend_name, optims_names = self.parse_args(line, 3)
cmd, backend_name, optims_names = self.parse_command_args(line, 3)
if backend_name == '*':
backend_name = None