diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-03 16:30:00 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-03 16:30:00 +0200 |
commit | d6ed1485a4bca3044f8631963534e9e0a1ab7b8f (patch) | |
tree | 0ab939a43ade304b589b678a354b15c05ee2d290 /doc/en/autogen/weechat_commands.xml | |
parent | b9a04242211965529f665a77dfae18a2024d07cd (diff) | |
download | weechat-d6ed1485a4bca3044f8631963534e9e0a1ab7b8f.zip |
Fix help of /set command (remove french words)
Diffstat (limited to 'doc/en/autogen/weechat_commands.xml')
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 0e2f284b0..b5c8c3350 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -247,9 +247,10 @@ option: name of an option value: new value for option New value can be, according to variable type: - boolean: on, off ou toggle - integer: number, ++number ou --number string : any string ("" for empty string) - color : color name, ++number ou --number + boolean: on, off or toggle + integer: number, ++number or --number + string : any string ("" for empty string) + color : color name, ++number or --number For all types, you can use null to remove option value (undefined value). This works only for some special plugin variables. </programlisting> |