mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
change the command options help string a little
This commit is contained in:
parent
b13efa08ff
commit
b75e17069f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user