diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-04 22:12:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-04 22:12:19 +0100 |
commit | 7d433b798fecc7002bb132e206a23d57fb89cb28 (patch) | |
tree | 3055a66310906b143ad92d90c3bd32b9403cdf75 /doc/en/autogen/user/demo_commands.txt | |
parent | 63b8aa1f23249e132b975dfaf2089a9fe2dc1464 (diff) | |
download | weechat-7d433b798fecc7002bb132e206a23d57fb89cb28.zip |
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
Diffstat (limited to 'doc/en/autogen/user/demo_commands.txt')
-rw-r--r-- | doc/en/autogen/user/demo_commands.txt | 40 |
1 files changed, 15 insertions, 25 deletions
diff --git a/doc/en/autogen/user/demo_commands.txt b/doc/en/autogen/user/demo_commands.txt index 7067203d6..c8e8b1aa6 100644 --- a/doc/en/autogen/user/demo_commands.txt +++ b/doc/en/autogen/user/demo_commands.txt @@ -1,42 +1,32 @@ -• *`/demo_buffer`* `name`:: - +[command]*`demo_buffer`* open a new buffer:: ........................................ - open a new buffer +/demo_buffer <name> ........................................ -• *`/demo_buffer_set`* `property value`:: - -........................................ - set a buffer property +[command]*`demo_info`* get and display an info:: ........................................ +/demo_info <info> [<arguments>] -• *`/demo_info`* `[info [arguments]]`:: + info: info to display +arguments: optional arguments for info +Without argument, this command displays list of available infos ........................................ - get and display an info - info: info to display - arguments: optional arguments for info - - Without argument, this command displays list of available infos +[command]*`demo_infolist`* get and display an infolist:: ........................................ +/demo_infolist <infolist> [<arguments>] -• *`/demo_infolist`* `[infolist [arguments]]`:: + infolist: infolist to display +arguments: optional arguments for infolist +Without argument, this command displays list of available infolists ........................................ - get and display an infolist - - infolist: infolist to display - arguments: optional arguments for infolist - - Without argument, this command displays list of available infolists -........................................ - -• *`/demo_printf`* `[text]`:: +[command]*`demo_printf`* print some messages on current buffer:: ........................................ - print some messages on current buffer +/demo_printf <text> - text: write this text +text: write this text ........................................ |