Module: deluge Branch: master Commit: 1952357f3559e4847a5f7577d45a01c8b70e9c78
Author: Nick <[email protected]> Date: Wed Feb 2 20:40:15 2011 +0100 update help --- deluge/ui/console/modes/alltorrents.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index 5a201e8..934296f 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -93,6 +93,10 @@ The actions you can perform and the keys to perform them are as follows: and last marked torrent 'c' - Un-mark all torrents +Right Arrow - Show torrent details. This includes more detailed information + about the currently selected torrent, as well as a view of the + files in the torrent and the ability to set file priorities. + Enter - Show torrent actions popup. Here you can do things like pause/resume, remove, recheck and so one. These actions apply to all currently marked torrents. The currently -- 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.
