From b75e17069f4aab7741f7a06c0aa26aa41a969f15 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 23 Jun 2009 18:22:11 +0000 Subject: [PATCH] change the command options help string a little --- deluge/ui/web/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/web.py b/deluge/ui/web/web.py index 526cb21c9..cba37930a 100644 --- a/deluge/ui/web/web.py +++ b/deluge/ui/web/web.py @@ -55,7 +55,7 @@ class Web(_UI): help="Sets the port to be used for the webserver", action="store", default=None) 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) @property