From 43e28ec9d56ec649d9a051ec13571a0cd88b59bd Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 14 Dec 2008 16:54:51 +0000 Subject: [PATCH] Add some more details about UI choice --- deluge/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",