From 6a1dcf96543c8b21d28c89c2bd6aa06621b54b8b Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sat, 13 Feb 2010 13:29:12 +0100 Subject: [PATCH] remove a few unnecessary whitespace lines --- pyweb/mucli.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyweb/mucli.py b/pyweb/mucli.py index 21e97be..7bc58a7 100755 --- a/pyweb/mucli.py +++ b/pyweb/mucli.py @@ -33,9 +33,7 @@ If you do not specify a data type, string will be assumed, otherwise interprets each of 'True', 'true', '1', 'Yes', 'yes' as True, everything else as False. - - Example: int:4 float:3.5 string:oh:hai foobar -""" + Example: int:4 float:3.5 string:oh:hai foobar bool:yes""" parser = OptionParser(usage=usage)