mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the letter C.
This commit is contained in:
parent
fd3676e407
commit
3f79c8553c
8 changed files with 160 additions and 75 deletions
|
|
@ -1,8 +1,21 @@
|
|||
|
||||
Syntax:
|
||||
|
||||
@SYNTAX:cd@
|
||||
|
||||
Changes the current working directory. Equivalent to UNIX
|
||||
'cd' command.
|
||||
Parameters:
|
||||
|
||||
See also: DCC GET
|
||||
The directory to change into.
|
||||
|
||||
Description:
|
||||
|
||||
Changes the current active directory.
|
||||
|
||||
Examples:
|
||||
|
||||
/CD /home/public_ftp
|
||||
/CD /home/mike
|
||||
/CD /var/log
|
||||
|
||||
See also: CAT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue