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 76b4e95..09b324a 100644
--- a/func/overlord/func_command.py
+++ b/func/overlord/func_command.py
@@ -15,7 +15,7 @@ from func.overlord import client
class FuncCommandLine(command.Command):
name = "func"
- useage = "func is the commandline interface to a func minion"
+ usage = "func is the commandline interface to a func minion"
subCommandClasses = [call.Call, show.Show,
copyfile.CopyFile, listminions.ListMinions, ping.Ping]