s/parseargs/parse_args

This commit is contained in:
Christophe Benz 2010-12-13 15:42:20 +01:00
commit 5bdd1540fe
9 changed files with 11 additions and 11 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.parseargs(line, 3)
cmd, backend_name, optims_names = self.parse_args(line, 3)
if backend_name == '*':
backend_name = None