diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2016-10-11 10:28:45 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2016-10-11 10:39:20 +0300 |
| commit | f7e2bfd76fc1629ffd4e1664eff3de2bb3935bed (patch) | |
| tree | b4e4ccf0807f1ce72d9e584a16f00fa9edc94004 /doc | |
| parent | f6a2925950baa85d6b3835e6f418bbecd11a9295 (diff) | |
Document the optional parameter of the `cd` command
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manpages/commands.asciidoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manpages/commands.asciidoc b/doc/manpages/commands.asciidoc index c52491b8..80013770 100644 --- a/doc/manpages/commands.asciidoc +++ b/doc/manpages/commands.asciidoc @@ -12,8 +12,9 @@ Some commands take an exclamation mark (*!*), which can be used to force the execution of the command (i.e. to quit a modified buffer, the command *q!* has to be used). -*cd* <directory>:: - change the current directory to the one passed +*cd* [<directory>]:: + change the current directory to *directory*, or the home directory if + unspecified *e[dit][!]* <filename> [<line> [<column>]]:: open buffer on file, go to given line and column. If file is already |
