mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
change the command options help string a little
This commit is contained in:
parent
b13efa08ff
commit
b75e17069f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue