diff options
Diffstat (limited to 'doc/user-guide')
| -rw-r--r-- | doc/user-guide/commands.xml | 10 | 
1 files changed, 7 insertions, 3 deletions
| 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 @@  			<syntax>account set <account id></syntax>  			<syntax>account set <account id>/<setting></syntax>  			<syntax>account set <account id>/<setting> <value></syntax> +			<syntax>account set -del <account id>/<setting></syntax>  			<description>  				<para> @@ -140,7 +141,7 @@  				</para>  				<para> -					For more infomation about a setting, see <emphasis>help set <setting></emphasis>. +					For more infomation about a setting, see <emphasis>help set <setting></emphasis>. For details about the syntax of this command, see <emphasis>help set</emphasis>.  				</para>  				<para> @@ -245,12 +246,15 @@  	<bitlbee-command name="set">  		<short-description>Miscellaneous settings</short-description> -		<syntax>set [<variable> [<value>]]</syntax> +		<syntax>set</syntax> +		<syntax>set <variable></syntax> +		<syntax>set <variable> <value></syntax> +		<syntax>set -del <variable></syntax>  		<description>  			<para> -				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 <emphasis>-del</emphasis> you can reset a setting to its default value.  			</para>  			<para> | 
