diff options
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 |
