From 1d7f820f17d76e71f5b8b945a07eb1ef5dd9f19f Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Tue, 22 Jun 2010 00:44:05 +0200 Subject: [PATCH] xcopy: Update the English resource. --- programs/xcopy/En.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/xcopy/En.rc b/programs/xcopy/En.rc index 83ef291c9df..6fb299c221d 100644 --- a/programs/xcopy/En.rc +++ b/programs/xcopy/En.rc @@ -53,8 +53,8 @@ XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \n\ Where:\n\ \n\ -[/I] Assume directory if destination does not exist and copying 2 or\n\ -\tmore files\n\ +[/I] Assume directory if destination does not exist and copying two or\n\ +\ more files\n\ [/S] Copy directories and subdirectories\n\ [/E] Copy directories and subdirectories, including any empty ones\n\ [/Q] Do not list names during copy, ie quiet.\n\ @@ -72,7 +72,7 @@ Where:\n\ [/C] Continue even if an error occurs during the copy\n\ [/A] Only copy files with archive attribute set\n\ [/M] Only copy files with archive attribute set, removes\n\ -\tarchive attribute\n\ +\ archive attribute\n\ [/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n\ \t\tIf no date is supplied, only copy if destination is older\n\ \t\tthan source\n\n" -- 2.11.4.GIT