summaryrefslogtreecommitdiffstats
path: root/func/overlord/func_command.py
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/func_command.py
parent55dd34ffde5c36b04fb798db87db6507ffea0ee8 (diff)
downloadfunc-7a0fbe16277d16e3f7ada6a1c460c861c6699b2a.tar.gz
func-7a0fbe16277d16e3f7ada6a1c460c861c6699b2a.tar.xz
func-7a0fbe16277d16e3f7ada6a1c460c861c6699b2a.zip
Slight docs cleanup, make usage print the proper name of the app.
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,