summaryrefslogtreecommitdiff
path: root/docs/help/in/reload.in
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-15 19:52:56 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-15 19:52:56 +0200
commit6e68b8372322c8d1f794f0b69886d618a33756e9 (patch)
treedb360582050120077b9a0bad1297898d566e7c7f /docs/help/in/reload.in
parentdde8540e3efccb7e1a86cfe9c57395a7cb5f4071 (diff)
downloadirssi-6e68b8372322c8d1f794f0b69886d618a33756e9.zip
Syntax rewrite for R-commands
Rewrote the syntax documentation for all commands starting with the letter R.
Diffstat (limited to 'docs/help/in/reload.in')
-rw-r--r--docs/help/in/reload.in18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/help/in/reload.in b/docs/help/in/reload.in
index f9e6f6e2..80cfcc4d 100644
--- a/docs/help/in/reload.in
+++ b/docs/help/in/reload.in
@@ -1,7 +1,21 @@
+%9Syntax:%9
+
@SYNTAX:reload@
-Reloads irssi's configuration file.
+%9Parameters:%9
+
+ The filename of any Irssi configuration; if no parameter is given, the
+ active configuration file will be used.
+
+%9Description:%9
+
+ Reloads the Irssi configuration file.
+
+%9Examples:%9
+
+ /RELOAD
+ /RELOAD ~/test.irssi.conf
-See also: SAVE
+%9See also:%9 SAVE