Module: deluge Branch: 1.3-stable Commit: 39bbe764360a525feafadc21a2e0b8c623b8079b
Author: Calum Lind <[email protected]> Date: Fri Feb 4 21:55:17 2011 +0000 Updated help text for deluge-console on Windows --- deluge/ui/console/main.py | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/deluge/ui/console/main.py b/deluge/ui/console/main.py index 8235ee9..e2e8988 100644 --- a/deluge/ui/console/main.py +++ b/deluge/ui/console/main.py @@ -194,8 +194,13 @@ class ConsoleUI(component.Component): import curses.wrapper curses.wrapper(self.run) elif self.interactive and deluge.common.windows_check(): - print "You cannot run the deluge-console in interactive mode in Windows.\ - Please use commands from the command line, eg: deluge-console config;help;exit" + print """\nDeluge-console does not run in interactive mode on Windows. \n +Please use commands from the command line, eg:\n + deluge-console.exe help + deluge-console.exe info + deluge-console.exe "add --help" + deluge-console.exe "add -p c:\\mytorrents c:\\new.torrent" + """ else: reactor.run() -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
