We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4debd commit 4ed6b4aCopy full SHA for 4ed6b4a
src/pyrocore/scripts/rtxmlrpc.py
@@ -32,8 +32,10 @@
32
class RtorrentXmlRpc(ScriptBaseWithConfig):
33
### Keep things wrapped to fit under this comment... ##############################
34
"""
35
- Perform raw rTorrent XMLRPC calls, like "rtxmlrpc throttle.up.rate ''".
+ Perform raw rTorrent XMLRPC calls, like "rtxmlrpc throttle.global_up.max_rate".
36
+
37
Start arguments with "+" or "-" to indicate they're numbers (type i4 or i8).
38
+ Use "[1,2,..." for arrays.
39
40
41
# log level for user-visible standard logging
0 commit comments