diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 922eb8221..c37d12d34 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6810,7 +6810,7 @@ command_init () NULL, "bar", N_("manage bars"), N_("list|listfull|listitems" - " || add <name> <type>[,<condition>] <position> <size> <separator> " + " || add <name> <type>[,<conditions>] <position> <size> <separator> " "<item1>[,<item2>...]" " || default [input|title|status|nicklist]" " || del <name>|-all" @@ -6825,14 +6825,13 @@ command_init () " type: root: outside windows,\n" " window: inside windows, with optional conditions " "(see below)\n" - " condition: condition(s) for displaying bar (only for type " - "\"window\"):\n" + " conditions: the conditions to display the bar:\n" " active: on active window\n" " inactive: on inactive windows\n" " nicklist: on windows with nicklist\n" " other condition: see /help weechat.bar.xxx.conditions " "and /help eval\n" - " without condition, the bar is always displayed\n" + " without conditions, the bar is always displayed\n" " position: bottom, top, left or right\n" " size: size of bar (in chars)\n" " separator: 1 for using separator (line), 0 or nothing means no " |