mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Updated help text for deluge-console on Windows
This commit is contained in:
parent
9bca1a72b1
commit
ba6389bcac
1 changed files with 7 additions and 2 deletions
|
@ -197,8 +197,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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue