summaryrefslogtreecommitdiffstats
path: root/func/overlord/func_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord/func_command.py')
-rw-r--r--func/overlord/func_command.py2
1 files changed, 1 insertions, 1 deletions
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,