diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-21 14:32:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-21 14:32:09 +0100 |
commit | e2798b2cf218a4c1d507638f7f10f8e5eb0e67ae (patch) | |
tree | d242cd86da3ea8e17cd47762211fa0ee067403e2 /src | |
parent | f1d483303d1034bd421718c4823164b54f615089 (diff) | |
download | weechat-e2798b2cf218a4c1d507638f7f10f8e5eb0e67ae.zip |
core: fix typo in /help command
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index bc30cc1fe..3877f676e 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6715,7 +6715,7 @@ command_init () NULL, "50000|command", N_("launch explicit WeeChat or plugin command"), N_("<plugin> <command>"), - N_(" plugin: plugin name ('weechat' for WeeChat internal command)\n" + N_(" plugin: plugin name ('core' for WeeChat internal command)\n" "command: command to execute (a '/' is automatically added if not " "found at beginning of command)"), "%(plugins_names)|" PLUGIN_CORE " %(plugins_commands)", |