mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Add some more details about UI choice
This commit is contained in:
parent
1d16e05f55
commit
43e28ec9d5
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ 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 (gtk, web, console, null)", action="store", type="str")
|
help="""The UI that you wish to launch. The UI choices are:\n
|
||||||
|
\t gtk -- A GTK-based graphical user interface (default)\n
|
||||||
|
\t web -- A web-based interface (http://localhost:8112)\n
|
||||||
|
\t console -- A console or command-line interface""", 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