Author: damoxc
Revision: 5408
Log:
change the command options help string a little
Diff:
Modified: trunk/deluge/ui/web/web.py
===================================================================
--- trunk/deluge/ui/web/web.py 2009-06-23 18:21:25 UTC (rev 5407)
+++ trunk/deluge/ui/web/web.py 2009-06-23 18:22:11 UTC (rev 5408)
@@ -55,7 +55,7 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---