From fff5217f02d91268ce90c8c05665602c059faaef Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:18:39 +0200 Subject: Adding upstream version 1.4.5. Signed-off-by: Daniel Baumann --- docs/help/set | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/help/set (limited to 'docs/help/set') diff --git a/docs/help/set b/docs/help/set new file mode 100644 index 0000000..cd0ca51 --- /dev/null +++ b/docs/help/set @@ -0,0 +1,35 @@ + +%9Syntax:%9 + +SET %|[-clear | -default | -section] [ []] + +%9Parameters:%9 + + -clear: Removes the setting's value from the configuration. + -default: Restore the setting to its default value. + -section: Print settings under the specified section + + The setting and the value; if no value is given, the list of settings that + matched will be returned. If no arguments are given, all the settings will + be displayed. + +%9Description:%9 + + Modifies the value of a setting; boolean settings accept only ON, OFF and + TOGGLE. + + Please remember that you need to use the SAVE command to store the changes + into your configuration. + +%9Examples:%9 + + /SET + /SET nick mike + /SET -clear nick + /SET log_timestamp %%H:%%H:%%S + /SET -default log_timestamp + /SET -section lookandfeel + /SET close + +%9See also:%9 SAVE, TOGGLE + -- cgit v1.2.3