From 13e97a9789dd003c158798f57c7f44970a6aa39b Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 9 Jun 2016 00:10:44 +0100 Subject: [PATCH] Fix say.py help --- say.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/say.py b/say.py index 110bfbd..b2867a2 100644 --- a/say.py +++ b/say.py @@ -88,11 +88,11 @@ def prof_init(version, status, account_name, fulljid): ] description = "Read all messages out loud" args = [ - [ "on|off", "Enable/disable say for all windows" ], - [ "active", "Enable say for active window only" ], - [ "args ", "Arguments to pass to command" ], - [ "clearargs ", "Clear command arguments" ], - [ "test ", "Say message" ] + [ "on|off", "Enable/disable say for all windows" ], + [ "active", "Enable say for active window only" ], + [ "args ", "Arguments to pass to command" ], + [ "clearargs", "Clear command arguments" ], + [ "test ", "Say message" ] ] examples = []