Add some more details about UI choice
This commit is contained in:
parent
1d16e05f55
commit
43e28ec9d5
|
@ -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…
Reference in New Issue