summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-09-01 21:04:25 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-09-01 21:04:25 +0200
commit2deea7f53e1dbb391b1b6d477882a8e05d97eb4d (patch)
treed95664fd8dddd54a57ab1727bbe21b305729486e /src/core/wee-command.c
parent387ddb98afcf9bcf7d247c64c1f91b8957a722b8 (diff)
downloadweechat-2deea7f53e1dbb391b1b6d477882a8e05d97eb4d.zip
core: add note about wildcard in /help set
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c3
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"