diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-30 14:29:06 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-30 14:29:06 +0200 |
commit | 822db3090f8c144833459cb7d3ed9e0422749f5e (patch) | |
tree | 5706ff105ad0cc04e8773b45a62478304d3fb6f5 /docs/help/in/save.in | |
parent | 4beebe3238dda96efd4c3a0a6f6002ad5afc96e7 (diff) | |
download | irssi-822db3090f8c144833459cb7d3ed9e0422749f5e.zip |
Syntax rewrite for S-commands
Rewrote the syntax documentation for all commands starting with S.
Diffstat (limited to 'docs/help/in/save.in')
-rw-r--r-- | docs/help/in/save.in | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/help/in/save.in b/docs/help/in/save.in index 8ab25f29..14e29172 100644 --- a/docs/help/in/save.in +++ b/docs/help/in/save.in @@ -1,10 +1,24 @@ +%9Syntax:%9 + @SYNTAX:save@ - -formats: Save all /FORMATs into theme file +%9Parameters:%9 + + -formats: Saves all the formats into the theme file. + + The file to save the configuration or theme into; if no parameter is given, + the active configuration or theme file will be used. + +%9Description:%9 + + Saves the configuration file. + +%9Examples:%9 -Saves the current Irssi configuration into the configuration -file. + /SAVE + /SAVE -formats + /SAVE ~/.irssi/config-new -See also: RELOAD +%9See also:%9 SET, RELOAD |