From 3d166de17505bb098d1f021f72c2be9b57ec0735 Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Thu, 4 Sep 2014 12:50:47 +0200 Subject: [PATCH] Also mentions that ^o changes destination dir in -help output, like http://libtorrent.rakshasa.no/rtorrent/rtorrent.1.html does --- src/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cc b/src/main.cc index 5f4e2c33..caa606dc 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1017,6 +1017,7 @@ print_help() { std::cout << " ^s Start torrent" << std::endl; std::cout << " ^d Stop torrent or delete a stopped torrent" << std::endl; std::cout << " ^r Manually initiate hash checking" << std::endl; + std::cout << " ^o Change the destination directory of the download. The torrent must be closed." << std::endl; std::cout << " ^q Initiate shutdown or skip shutdown process" << std::endl; std::cout << " a,s,d,z,x,c Adjust upload throttle" << std::endl; std::cout << " A,S,D,Z,X,C Adjust download throttle" << std::endl;