Changeset ba6389


Ignore:
Timestamp:
02/05/2011 01:12:42 AM (14 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
417a9f
Parents:
9bca1a
git-author:
Calum Lind <calumlind+deluge@gmail.com> (02/04/2011 09:55:17 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (02/05/2011 01:12:42 AM)
Message:

Updated help text for deluge-console on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/console/main.py

    r9bca1a rba6389  
    198198            curses.wrapper(self.run)
    199199        elif self.interactive and deluge.common.windows_check():
    200             print "You cannot run the deluge-console in interactive mode in Windows.\
    201             Please use commands from the command line, eg: deluge-console config;help;exit"
     200            print """\nDeluge-console does not run in interactive mode on Windows. \n
     201Please use commands from the command line, eg:\n
     202    deluge-console.exe help
     203    deluge-console.exe info
     204    deluge-console.exe "add --help"
     205    deluge-console.exe "add -p c:\\mytorrents c:\\new.torrent"
     206            """
    202207        else:
    203208            reactor.run()
Note: See TracChangeset for help on using the changeset viewer.