Skip to content

Commit 4ed6b4a

Browse files
committed
rtxmlrpc: minor --help fixes
1 parent 3e4debd commit 4ed6b4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pyrocore/scripts/rtxmlrpc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
class RtorrentXmlRpc(ScriptBaseWithConfig):
3333
### Keep things wrapped to fit under this comment... ##############################
3434
"""
35-
Perform raw rTorrent XMLRPC calls, like "rtxmlrpc throttle.up.rate ''".
35+
Perform raw rTorrent XMLRPC calls, like "rtxmlrpc throttle.global_up.max_rate".
36+
3637
Start arguments with "+" or "-" to indicate they're numbers (type i4 or i8).
38+
Use "[1,2,..." for arrays.
3739
"""
3840

3941
# log level for user-visible standard logging

0 commit comments

Comments
 (0)