mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
"." means current directory, not previous. Spotted by Talley.
svn path=/trunk/; revision=17565
This commit is contained in:
parent
d1e98bfddd
commit
e0ccbec43f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ CHDIR[..|.]\n\
|
||||||
CD [/D][drive:][path]\n\
|
CD [/D][drive:][path]\n\
|
||||||
CD[..|.]\n\n\
|
CD[..|.]\n\n\
|
||||||
.. parent directory\n\
|
.. parent directory\n\
|
||||||
. previous directory\n\
|
. current directory\n\
|
||||||
/D Will change current drive and current directory.\n\n\
|
/D Will change current drive and current directory.\n\n\
|
||||||
Type CD drive: to display the current directory on the specified drive.\n\
|
Type CD drive: to display the current directory on the specified drive.\n\
|
||||||
Type CD without a parameter to display the current drive and directory.\n"
|
Type CD without a parameter to display the current drive and directory.\n"
|
||||||
|
|
Loading…
Reference in a new issue