diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-30 15:40:56 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-30 15:40:56 +0100 |
commit | 45ae0c1d67dcc11533022dc7c8fa242d2a394879 (patch) | |
tree | 1a34d2eaa1391c2120e4e8d20453c873a8484d32 /doc/it/autogen/user | |
parent | c16dd6dcde95faf7234c61c658181e0f19f4a747 (diff) | |
download | weechat-45ae0c1d67dcc11533022dc7c8fa242d2a394879.zip |
core: rename option "add" to "store" in command /layout
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 509446615..b6e2201e3 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -476,13 +476,13 @@ Esempi: [command]*`layout`* manage buffers/windows layouts:: ---- -/layout add [<name>] [buffers|windows] +/layout store [<name>] [buffers|windows] apply [<name>] [buffers|windows] leave del [<name>] [buffers|windows] rename <name> <new_name> - add: create a layout using the current buffers/windows + store: store current buffers/windows in a layout apply: apply saved layout leave: leave current layout (does not update any layout) del: delete buffers and/or windows in a saved layout |