1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: add note about wildcard in /help set

This commit is contained in:
Sébastien Helleu
2017-09-01 21:04:25 +02:00
parent 387ddb98af
commit 2deea7f53e
20 changed files with 103 additions and 84 deletions
+2 -1
View File
@@ -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"