summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/show.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord/cmd_modules/show.py')
-rw-r--r--func/overlord/cmd_modules/show.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/func/overlord/cmd_modules/show.py b/func/overlord/cmd_modules/show.py
index 4a26a75..e1df554 100644
--- a/func/overlord/cmd_modules/show.py
+++ b/func/overlord/cmd_modules/show.py
@@ -25,7 +25,7 @@ DEFAULT_PORT = 51234
class ShowHardware(client.command.Command):
name = "hardware"
- useage = "show hardware details"
+ usage = "show hardware details"
# FIXME: we might as well make verbose be in the subclass
# and probably an inc variable while we are at it
@@ -74,7 +74,7 @@ class ShowHardware(client.command.Command):
class Show(client.command.Command):
name = "show"
- useage = "various simple report stuff"
+ usage = "various simple report stuff"
subCommandClasses = [ShowHardware]
def addOptions(self):
self.parser.add_option("-v", "--verbose", dest="verbose",