mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Implement #478 display UI options in usage help
This commit is contained in:
parent
10fdd76e3d
commit
b148d5497b
2 changed files with 5 additions and 2 deletions
|
@ -33,10 +33,13 @@ Deluge 1.1.0 - "" (In Development)
|
||||||
AjaxUI:
|
AjaxUI:
|
||||||
* Hosted in a webui template.
|
* Hosted in a webui template.
|
||||||
|
|
||||||
ConsoleUI (previously null-ui):
|
ConsoleUI:
|
||||||
* New ConsoleUI written by Idoa01
|
* New ConsoleUI written by Idoa01
|
||||||
* Callable from command-line for scripts.
|
* Callable from command-line for scripts.
|
||||||
|
|
||||||
Plugins:
|
Plugins:
|
||||||
* Stats plugin for graphs.
|
* Stats plugin for graphs.
|
||||||
* Label plugin for grouping torrents and per torrent settings.
|
* Label plugin for grouping torrents and per torrent settings.
|
||||||
|
|
||||||
|
Misc:
|
||||||
|
* Implement #478 display UI options in usage help
|
||||||
|
|
|
@ -50,7 +50,7 @@ def start_ui():
|
||||||
version=deluge.common.get_version())
|
version=deluge.common.get_version())
|
||||||
|
|
||||||
parser.add_option("-u", "--ui", dest="ui",
|
parser.add_option("-u", "--ui", dest="ui",
|
||||||
help="The UI that you wish to launch", action="store", type="str")
|
help="The UI that you wish to launch (gtk, web, console, null)", action="store", type="str")
|
||||||
parser.add_option("-c", "--config", dest="config",
|
parser.add_option("-c", "--config", dest="config",
|
||||||
help="Set the config location", action="store", type="str")
|
help="Set the config location", action="store", type="str")
|
||||||
parser.add_option("-l", "--logfile", dest="logfile",
|
parser.add_option("-l", "--logfile", dest="logfile",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue