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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user