s/parseargs/parse_args
This commit is contained in:
parent
fbf74148a6
commit
5bdd1540fe
9 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue