diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-05 22:16:35 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-05 22:16:35 +0200 |
commit | 591e10b3b638b0d152cf62bc08a77b0764810fa2 (patch) | |
tree | 57cba3f4a3b978f8fe8d11ef5e5c90bb9b4cfad2 /docs/help/in/help.in | |
parent | 1be75a4bef76e66e1a66b781c75d2627754a232d (diff) | |
download | irssi-591e10b3b638b0d152cf62bc08a77b0764810fa2.zip |
Syntax documentation rewrite for H-I-commands
Diffstat (limited to 'docs/help/in/help.in')
-rw-r--r-- | docs/help/in/help.in | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/docs/help/in/help.in b/docs/help/in/help.in index 318b8204..555e20e1 100644 --- a/docs/help/in/help.in +++ b/docs/help/in/help.in @@ -1,13 +1,27 @@ +%9Syntax:%9 + @SYNTAX:help@ -Shows help on commands. Try: - /HELP command +%9Parameters:%9 + + The command to display the documentation for; if no argument is given, the + list of commands will be displayed. + +%9Description:%9 + + Displays the documentation for the given command. + +%9Examples:%9 + + /HELP + /HELP AWAY + /HELP CONNECT + +%9References:%9 -Also try, for example: - /SET beep -or - /SET auto + http://www.irssi.org + https://github.com/irssi -See also: +%9See also:%9 CONNECT, MSG, NETWORK, SERVER |