diff --git a/deluge/main.py b/deluge/main.py index 55ccbc0f1..609df2893 100644 --- a/deluge/main.py +++ b/deluge/main.py @@ -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",