From c4371ce647118902dd7574394d86c690c9be686e Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Mon, 14 Jan 2008 17:14:23 -0500 Subject: Our client.command.Command class looks for 'usage', not 'useage' --- func/overlord/func_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord/func_command.py') 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] -- cgit