change the command options help string a little

This commit is contained in:
Damien Churchill 2009-06-23 18:22:11 +00:00
parent b13efa08ff
commit b75e17069f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Web(_UI):
help="Sets the port to be used for the webserver", help="Sets the port to be used for the webserver",
action="store", default=None) action="store", default=None)
group.add_option("--ssl", dest="ssl", action="store_true", group.add_option("--ssl", dest="ssl", action="store_true",
help="Tells the webserver to use ssl", default=False) help="Forces the webserver to use ssl", default=False)
self.parser.add_option_group(group) self.parser.add_option_group(group)
@property @property