diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-03 17:41:15 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-03 17:41:15 +0200 |
commit | 3f79c8553c8087a79b9c37216ac72eb3e03584d5 (patch) | |
tree | 304cac682c3f370812aa209fc7b113a29939328d /docs/help/in/cd.in | |
parent | fd3676e40783e7a24ace7cb652dea72411737fdd (diff) | |
download | irssi-3f79c8553c8087a79b9c37216ac72eb3e03584d5.zip |
Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the
letter C.
Diffstat (limited to 'docs/help/in/cd.in')
-rw-r--r-- | docs/help/in/cd.in | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/docs/help/in/cd.in b/docs/help/in/cd.in index dd62f710..fad74c3f 100644 --- a/docs/help/in/cd.in +++ b/docs/help/in/cd.in @@ -1,8 +1,21 @@ +Syntax: + @SYNTAX:cd@ -Changes the current working directory. Equivalent to UNIX -'cd' command. +Parameters: + + The directory to change into. + +Description: + + Changes the current active directory. + +Examples: + + /CD /home/public_ftp + /CD /home/mike + /CD /var/log -See also: DCC GET +See also: CAT |