From 49c19e5be065ae8507cf3d3c9ef1137ff307d2e9 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 15 Mar 2017 23:18:17 +0100 Subject: [PATCH] execute is a command group --- Scripting-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index 0db0eb0..808d1e4 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -18,7 +18,7 @@ Command (Group) | Short Description ---: | :--- [[method.*|COMMAND-Methods]] | Define new commands based on existing ones. [[branch & if|COMMAND-Conditional]] | Execute different commands depending on conditions. -[[execute|COMMAND-Execute]] | Call operating system commands, possibly catching their output for use within rTorrent. +[[execute[.*]|COMMAND-Execute]] | Call operating system commands, possibly catching their output for use within rTorrent. [[schedule|COMMAND-Scheduling]] | Repeatedly execute commands, either in a given frequency, or at certain times. [[system.*|COMMAND-System]] | Commands related to the operating system and the XMLRPC API. [[ui.*|COMMAND-UserInterface]] | These commands control aspects of the ‘curses’ UI.