summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-23 13:16:36 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-23 13:16:36 -0400
commit7a0fbe16277d16e3f7ada6a1c460c861c6699b2a (patch)
treedfc05dbd6d6e08811091908e47a4520748547111 /func/overlord
parent55dd34ffde5c36b04fb798db87db6507ffea0ee8 (diff)
downloadthird_party-func-7a0fbe16277d16e3f7ada6a1c460c861c6699b2a.tar.gz
third_party-func-7a0fbe16277d16e3f7ada6a1c460c861c6699b2a.tar.xz
third_party-func-7a0fbe16277d16e3f7ada6a1c460c861c6699b2a.zip
Slight docs cleanup, make usage print the proper name of the app.
Diffstat (limited to 'func/overlord')
-rwxr-xr-xfunc/overlord/client.py1
-rw-r--r--func/overlord/func_command.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py
index 641ad76..1ff35d2 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -187,7 +187,6 @@ class Client(object):
retval = getattr(conn, meth)(*args[:])
if self.interactive:
print retval
-# pprint.pprint(retval)
except Exception, e:
retval = e
if self.interactive:
diff --git a/func/overlord/func_command.py b/func/overlord/func_command.py
index 87c3e09..507a52f 100644
--- a/func/overlord/func_command.py
+++ b/func/overlord/func_command.py
@@ -14,7 +14,7 @@ from cmd_modules import copyfile
from func.overlord import client
class FuncCommandLine(command.Command):
- name = "client"
+ name = "func"
useage = "func is the commandline interface to a func minion"
subCommandClasses = [call.Call, show.Show,