From e6191b3110b03d240ff0c74f5fbb269fb085a4f0 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Fri, 17 Mar 2017 01:55:02 +0100 Subject: [PATCH] convert.* --- Scripting-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index 808d1e4..efe8fbb 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -20,6 +20,7 @@ Command (Group) | Short Description [[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. [[schedule|COMMAND-Scheduling]] | Repeatedly execute commands, either in a given frequency, or at certain times. +[[convert.*|COMMAND-Conversions]] | Commands that format values into strings. [[system.*|COMMAND-System]] | Commands related to the operating system and the XMLRPC API. [[ui.*|COMMAND-UserInterface]] | These commands control aspects of the ‘curses’ UI.