summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
Diffstat (limited to 'func')
-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,