"." means current directory, not previous. Spotted by Talley.
authorAndrew Munger <waxdragon@gmail.com>
Sat, 27 Aug 2005 02:34:46 +0000 (02:34 +0000)
committerAndrew Munger <waxdragon@gmail.com>
Sat, 27 Aug 2005 02:34:46 +0000 (02:34 +0000)
svn path=/trunk/; revision=17565

reactos/subsys/system/cmd/En.rc

index e1aaa24..820f242 100644 (file)
@@ -46,7 +46,7 @@ CHDIR[..|.]\n\
 CD [/D][drive:][path]\n\
 CD[..|.]\n\n\
   ..   parent directory\n\
 CD [/D][drive:][path]\n\
 CD[..|.]\n\n\
   ..   parent directory\n\
-  .    previous directory\n\
+  .    current directory\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 without a parameter to display the current drive and directory.\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 without a parameter to display the current drive and directory.\n"