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 /src | |
parent | 387ddb98afcf9bcf7d247c64c1f91b8957a722b8 (diff) | |
download | weechat-2deea7f53e1dbb391b1b6d477882a8e05d97eb4d.zip |
core: add note about wildcard in /help set
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index b9f5c0f0c..e4983cad7 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7902,7 +7902,8 @@ command_init () N_("[<option> [<value>]]" " || diff [<option> [<option>...]]" " || env [<variable> [<value>]]"), - N_("option: name of an option (wildcard \"*\" is allowed)\n" + N_("option: name of an option (wildcard \"*\" is allowed to list " + "options, if no value is specified)\n" " value: new value for option, according to type:\n" " boolean: on, off or toggle\n" " integer: number, ++number or --number\n" |