From 175e570fa8c3502f5eadb463231a221990d470b1 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Fri, 17 Mar 2017 00:47:48 +0100 Subject: [PATCH] Mention -D -I flags --- RPC-Migration-0.9.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RPC-Migration-0.9.md b/RPC-Migration-0.9.md index e4c3b7d..d2b80b1 100644 --- a/RPC-Migration-0.9.md +++ b/RPC-Migration-0.9.md @@ -9,9 +9,10 @@ SED Scripts Introduction ------------ -As of rTorrent-0.9.0 a large number of commands have had their names changed and all now require a target. The old command names and behavior were replaced with aliases and marked for deprecation. +As of rTorrent ``0.9.0`` a large number of commands have had their names changed and all now require a target. The old command names and behavior were replaced with aliases and marked for deprecation. -Current master branch and future 0.10+ releases has removed the deprecated aliases. +Deprecated aliases are **not** added when you pass rTorrent ``0.9.6`` the options ``-D -I`` on startup. +Note that in versions below ``0.9.6`` these options behave differently. Example -------