From e0ccbec43f24aafbd96c163df0fe6ecaf938856d Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Sat, 27 Aug 2005 02:34:46 +0000 Subject: [PATCH] "." means current directory, not previous. Spotted by Talley. svn path=/trunk/; revision=17565 --- reactos/subsys/system/cmd/En.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/cmd/En.rc b/reactos/subsys/system/cmd/En.rc index e1aaa24e668..820f242e837 100644 --- a/reactos/subsys/system/cmd/En.rc +++ b/reactos/subsys/system/cmd/En.rc @@ -46,7 +46,7 @@ CHDIR[..|.]\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" -- 2.17.1