aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-17 12:20:51 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-17 12:20:51 +0000
commitcd428e473fe4428041722fd373badef890edebd9 (patch)
tree9c5b70884431cf597d3a97955f8f14f972f2bc37 /doc/user-guide
parent1bf1ae6f25ff56894d67999791802aa864eaa02b (diff)
Added (account) set -del.
Diffstat (limited to 'doc/user-guide')
-rw-r--r--doc/user-guide/commands.xml10
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 &lt;account id&gt;</syntax>
<syntax>account set &lt;account id&gt;/&lt;setting&gt;</syntax>
<syntax>account set &lt;account id&gt;/&lt;setting&gt; &lt;value&gt;</syntax>
+ <syntax>account set -del &lt;account id&gt;/&lt;setting&gt;</syntax>
<description>
<para>
@@ -140,7 +141,7 @@
</para>
<para>
- For more infomation about a setting, see <emphasis>help set &lt;setting&gt;</emphasis>.
+ For more infomation about a setting, see <emphasis>help set &lt;setting&gt;</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 [&lt;variable&gt; [&lt;value&gt;]]</syntax>
+ <syntax>set</syntax>
+ <syntax>set &lt;variable&gt;</syntax>
+ <syntax>set &lt;variable&gt; &lt;value&gt;</syntax>
+ <syntax>set -del &lt;variable&gt;</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>