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