From cd428e473fe4428041722fd373badef890edebd9 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 17 Nov 2007 12:20:51 +0000 Subject: Added (account) set -del. --- doc/user-guide/commands.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index b7af2027..05b9abea 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -133,6 +133,7 @@ account set <account id> account set <account id>/<setting> account set <account id>/<setting> <value> + account set -del <account id>/<setting> @@ -140,7 +141,7 @@ - For more infomation about a setting, see help set <setting>. + For more infomation about a setting, see help set <setting>. For details about the syntax of this command, see help set. @@ -245,12 +246,15 @@ Miscellaneous settings - set [<variable> [<value>]] + set + set <variable> + set <variable> <value> + set -del <variable> - Without any arguments, this command lists all the set variables. You can also specify a single argument, a variable name, to get that variable's value. To change this value, specify the new value as the second argument. + Without any arguments, this command lists all the set variables. You can also specify a single argument, a variable name, to get that variable's value. To change this value, specify the new value as the second argument. With -del you can reset a setting to its default value. -- cgit v1.2.3