mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 11:30:43 +00:00
Updated help text for deluge-console on Windows
This commit is contained in:
parent
3bd28208d1
commit
39bbe76436
@ -194,8 +194,13 @@ class ConsoleUI(component.Component):
|
|||||||
import curses.wrapper
|
import curses.wrapper
|
||||||
curses.wrapper(self.run)
|
curses.wrapper(self.run)
|
||||||
elif self.interactive and deluge.common.windows_check():
|
elif self.interactive and deluge.common.windows_check():
|
||||||
print "You cannot run the deluge-console in interactive mode in Windows.\
|
print """\nDeluge-console does not run in interactive mode on Windows. \n
|
||||||
Please use commands from the command line, eg: deluge-console config;help;exit"
|
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:
|
else:
|
||||||
reactor.run()
|
reactor.run()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user