diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-01 21:04:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-01 21:04:25 +0200 |
commit | 2deea7f53e1dbb391b1b6d477882a8e05d97eb4d (patch) | |
tree | d95664fd8dddd54a57ab1727bbe21b305729486e /doc/en/autogen/user | |
parent | 387ddb98afcf9bcf7d247c64c1f91b8957a722b8 (diff) | |
download | weechat-2deea7f53e1dbb391b1b6d477882a8e05d97eb4d.zip |
core: add note about wildcard in /help set
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index e1fc0cc5b..c0c951e06 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -814,7 +814,7 @@ Examples: diff [<option> [<option>...]] env [<variable> [<value>]] -option: name of an option (wildcard "*" is allowed) +option: name of an option (wildcard "*" is allowed to list options, if no value is specified) value: new value for option, according to type: boolean: on, off or toggle integer: number, ++number or --number |