diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-17 12:20:51 +0000 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-17 12:20:51 +0000 | 
| commit | cd428e473fe4428041722fd373badef890edebd9 (patch) | |
| tree | 9c5b70884431cf597d3a97955f8f14f972f2bc37 /doc/user-guide | |
| parent | 1bf1ae6f25ff56894d67999791802aa864eaa02b (diff) | |
Added (account) set -del.
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> | 
