From c55c5ff303349a2edd73c8f94a44f4b3cd3ab4e1 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 9 Mar 2016 20:27:56 +0100 Subject: [PATCH] COMMAND-System page --- Scripting-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index 1b0d78a..3348ca2 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -9,4 +9,5 @@ Command | Short Description ---: | :--- [execute](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Execute) | Call operating system commands, possibly catching their output for use within rTorrent. -[schedule](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Scheduling) | Repeatedly execute commands, either in a given frequency, or at certain times. \ No newline at end of file +[schedule](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Scheduling) | Repeatedly execute commands, either in a given frequency, or at certain times. +[system.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-System) | Commands related to the operating system and the XMLRPC API. \ No newline at end of file