From b148d5497b924d22cd2fbbc3ba65acbe5b7af2ee Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 8 Nov 2008 07:26:52 +0000 Subject: [PATCH] Implement #478 display UI options in usage help --- ChangeLog | 5 ++++- deluge/main.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ca54513b..57d449718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,10 +33,13 @@ Deluge 1.1.0 - "" (In Development) AjaxUI: * Hosted in a webui template. - ConsoleUI (previously null-ui): + ConsoleUI: * New ConsoleUI written by Idoa01 * Callable from command-line for scripts. Plugins: * Stats plugin for graphs. * Label plugin for grouping torrents and per torrent settings. + + Misc: + * Implement #478 display UI options in usage help diff --git a/deluge/main.py b/deluge/main.py index e5aba4510..0dd91b750 100644 --- a/deluge/main.py +++ b/deluge/main.py @@ -50,7 +50,7 @@ def start_ui(): version=deluge.common.get_version()) parser.add_option("-u", "--ui", dest="ui", - help="The UI that you wish to launch", action="store", type="str") + help="The UI that you wish to launch (gtk, web, console, null)", 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",