summaryrefslogtreecommitdiff
path: root/scripts/Controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Controller.py')
-rwxr-xr-xscripts/Controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Controller.py b/scripts/Controller.py
index ab81a80e871..7eee0574c1f 100755
--- a/scripts/Controller.py
+++ b/scripts/Controller.py
@@ -26,7 +26,7 @@ class ControllerDriver(Driver):
self.config.protocol = protocol
@classmethod
- def getOptions(self):
+ def getSupportedArgs(self):
return ("", ["clean", "id=", "endpoints="])
@classmethod