summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/listminions.py
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-14 17:14:23 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-14 17:14:23 -0500
commitc4371ce647118902dd7574394d86c690c9be686e (patch)
tree9d702b220948fb4796cf1e253950fa486fce1eea /func/overlord/cmd_modules/listminions.py
parent74e9bf9f3319da3c78e2718a8122e5edf8879638 (diff)
downloadthird_party-func-c4371ce647118902dd7574394d86c690c9be686e.tar.gz
third_party-func-c4371ce647118902dd7574394d86c690c9be686e.tar.xz
third_party-func-c4371ce647118902dd7574394d86c690c9be686e.zip
Our client.command.Command class looks for 'usage', not 'useage'
Diffstat (limited to 'func/overlord/cmd_modules/listminions.py')
-rw-r--r--func/overlord/cmd_modules/listminions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/cmd_modules/listminions.py b/func/overlord/cmd_modules/listminions.py
index b34efe4..50c7e24 100644
--- a/func/overlord/cmd_modules/listminions.py
+++ b/func/overlord/cmd_modules/listminions.py
@@ -22,7 +22,7 @@ DEFAULT_PORT = 51234
class ListMinions(client.command.Command):
name = "list_minions"
- useage = "show known minions"
+ usage = "show known minions"
def addOptions(self):
self.parser.add_option("-v", "--verbose", dest="verbose",