summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/show.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-06-26 17:03:55 -0400
committerAdrian Likins <alikins@redhat.com>2008-06-26 17:03:55 -0400
commitc32f90cfb0ec131eded7cf7da7568e3853a1b265 (patch)
tree8e3d1dd5e69e06d7ade3f38a362666fc3f69e7d4 /func/overlord/cmd_modules/show.py
parent7130f3b2bcd01d978a564eca9e2a4f739db22262 (diff)
downloadthird_party-func-c32f90cfb0ec131eded7cf7da7568e3853a1b265.tar.gz
third_party-func-c32f90cfb0ec131eded7cf7da7568e3853a1b265.tar.xz
third_party-func-c32f90cfb0ec131eded7cf7da7568e3853a1b265.zip
add a "summary" to the cmd_module classes so the help can get to them.
make "func help" work again. Sorta. It's better, but it's still not right. At least it doesnt traceback now. remove a spurious debug statement in the command parser
Diffstat (limited to 'func/overlord/cmd_modules/show.py')
-rw-r--r--func/overlord/cmd_modules/show.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/func/overlord/cmd_modules/show.py b/func/overlord/cmd_modules/show.py
index 0e42759..92b094e 100644
--- a/func/overlord/cmd_modules/show.py
+++ b/func/overlord/cmd_modules/show.py
@@ -23,6 +23,7 @@ from func.overlord import base_command
class ShowHardware(base_command.BaseCommand):
name = "hardware"
usage = "show hardware details"
+ summary = usage
# FIXME: we might as well make verbose be in the subclass
# and probably an inc variable while we are at it