From 23646992922ed207a3646d2925f6c157b68072d1 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 10 Jun 2018 18:18:53 +0200 Subject: [PATCH] clarify documentation for move_storage() --- include/libtorrent/torrent_handle.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp index 00b322150..99770a6a0 100644 --- a/include/libtorrent/torrent_handle.hpp +++ b/include/libtorrent/torrent_handle.hpp @@ -1254,9 +1254,13 @@ namespace libtorrent // fails, ask the user which mode to use. The client may then re-issue // the ``move_storage`` call with one of the other modes. // - // ``dont_replace`` always takes the existing file in the target + // ``dont_replace`` always keeps the existing file in the target // directory, if there is one. The source files will still be removed in - // that case. + // that case. Note that it won't automatically re-check files. If an + // incomplete torrent is moved into a directory with the complete files, + // pause, move, force-recheck and resume. Without the re-checking, the + // torrent will keep downloading and files in the new download directory + // will be overwritten. // // Files that have been renamed to have absolute paths are not moved by // this function. Keep in mind that files that don't belong to the