summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-09-23 15:47:48 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-09-23 15:47:48 +0200
commit948f47de6bfcb07181a59f71ba4bc053959de8f1 (patch)
tree03c73ebd66b4197c97e07e5362194c116dd9cba0 /src/core
parent1b11f7eb672c4c185b872e9772c1a72002a3656f (diff)
downloadweechat-948f47de6bfcb07181a59f71ba4bc053959de8f1.zip
Fix help of /bar command
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 895b3b485..ca26a9039 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -2743,10 +2743,9 @@ command_init ()
N_("manage bars"),
N_("[add barname type[,cond1,cond2,...] position size "
"separator item1,item2,...] | [default] | "
- "[del barname|-all] | [set barname name|priority|"
- "condition|position|filling|size|separator|"
- "items value] | [hide|show barname] | [scroll barname "
- "buffer value] | [list] | [listitems]"),
+ "[del barname|-all] | [set barname option value] | "
+ "[hide|show barname] | [scroll barname buffer "
+ "scroll_value] | [list] | [listitems]"),
N_(" add: add a new bar\n"
" barname: name of bar (must be unique)\n"
" type: root: outside windows),\n"
@@ -2767,12 +2766,15 @@ command_init ()
" default: create default bars\n"
" del: delete a bar (or all bars with -all)\n"
" set: set a value for a bar property\n"
+ " option: option to change (for options list, look "
+ "at /set weechat.bar.<barname>.*)\n"
+ " value: new value for option\n"
" hide: hide a bar\n"
" show: show an hidden bar\n"
" scroll: scroll bar up/down\n"
" buffer: name of buffer to scroll ('*' "
"means current buffer, you should use '*' for root bars)\n"
- " value: value for scroll: 'x' or 'y', followed by "
+ " scroll_value: value for scroll: 'x' or 'y', followed by "
"'+', '-', 'b' (beginning) or 'e' (end), value (for +/-), "
"and optional %% (to scroll by %% of width/height, "
"otherwise value is number of chars)\n"