Add some more details about UI choice

This commit is contained in:
Andrew Resch 2008-12-14 16:54:51 +00:00
parent 1d16e05f55
commit 43e28ec9d5
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,10 @@ def start_ui():
version=deluge.common.get_version())
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",
help="Set the config location", action="store", type="str")
parser.add_option("-l", "--logfile", dest="logfile",