mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Syntax rewrite for S-commands
Rewrote the syntax documentation for all commands starting with S.
This commit is contained in:
parent
4beebe3238
commit
822db3090f
9 changed files with 226 additions and 92 deletions
|
|
@ -1,10 +1,24 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:save@
|
||||
|
||||
-formats: Save all /FORMATs into theme file
|
||||
%9Parameters:%9
|
||||
|
||||
Saves the current Irssi configuration into the configuration
|
||||
file.
|
||||
-formats: Saves all the formats into the theme file.
|
||||
|
||||
See also: RELOAD
|
||||
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
|
||||
|
||||
/SAVE
|
||||
/SAVE -formats
|
||||
/SAVE ~/.irssi/config-new
|
||||
|
||||
%9See also:%9 SET, RELOAD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue