mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
This commit is contained in:
@@ -531,7 +531,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
/* /charset command */
|
||||
weechat_hook_command ("charset",
|
||||
N_("change charset for current buffer"),
|
||||
N_("[[decode | encode] charset] | [reset]"),
|
||||
N_("decode|encode <charset>"
|
||||
" || reset"),
|
||||
N_(" decode: change decoding charset\n"
|
||||
" encode: change encoding charset\n"
|
||||
"charset: new charset for current buffer\n"
|
||||
|
||||
Reference in New Issue
Block a user