"." means current directory, not previous. Spotted by Talley.
Modified: trunk/reactos/subsys/system/cmd/En.rc

Modified: trunk/reactos/subsys/system/cmd/En.rc
--- trunk/reactos/subsys/system/cmd/En.rc	2005-08-26 21:02:47 UTC (rev 17564)
+++ trunk/reactos/subsys/system/cmd/En.rc	2005-08-27 02:34:46 UTC (rev 17565)
@@ -46,7 +46,7 @@
 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"