xcopy: Add full stops at the end of sentences in the usage message.

Francois Gouget fgouget at free.fr
Wed Sep 7 05:53:13 CDT 2011


---

For consistency with the other tools (and internal consistency too since 
one line already had a full stop).

 programs/xcopy/xcopy.rc |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/programs/xcopy/xcopy.rc b/programs/xcopy/xcopy.rc
index 4c8c7c6..72e7632 100644
--- a/programs/xcopy/xcopy.rc
+++ b/programs/xcopy/xcopy.rc
@@ -44,36 +44,36 @@ STRINGTABLE
     STRING_DIR_CHAR, "#msgctxt#Directory key#D"
 
     STRING_HELP,
-"XCOPY - Copies source files or directory trees to a destination\n\
+"XCOPY - Copies source files or directory trees to a destination.\n\
 \n\
 Syntax:\n\
-XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
+XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
 \t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
 \n\
 Where:\n\
 \n\
 [/I]  Assume directory if destination does not exist and copying two or\n\
-\tmore files\n\
-[/S]  Copy directories and subdirectories\n\
-[/E]  Copy directories and subdirectories, including any empty ones\n\
+\tmore 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\
-[/F]  Show full source and destination names during copy\n\
-[/L]  Simulate operation, showing names which would be copied\n\
-[/W]  Prompts before beginning the copy operation\n\
-[/T]  Creates empty directory structure but does not copy files\n\
-[/Y]  Suppress prompting when overwriting files\n\
-[/-Y] Enable prompting when overwriting files\n\
-[/P]  Prompts on each source file before copying\n\
-[/N]  Copy using short names\n\
-[/U]  Copy only files which already exist in destination\n\
-[/R]  Overwrite any read only files\n\
-[/H]  Include hidden and system files in the copy\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\
+[/F]  Show full source and destination names during copy.\n\
+[/L]  Simulate operation, showing names which would be copied.\n\
+[/W]  Prompts before beginning the copy operation.\n\
+[/T]  Creates empty directory structure but does not copy files.\n\
+[/Y]  Suppress prompting when overwriting files.\n\
+[/-Y] Enable prompting when overwriting files.\n\
+[/P]  Prompts on each source file before copying.\n\
+[/N]  Copy using short names.\n\
+[/U]  Copy only files which already exist in destination.\n\
+[/R]  Overwrite any read only files.\n\
+[/H]  Include hidden and system files in the copy.\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 the\n\
+\tarchive 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"
+\t\tthan source.\n\n"
 
 }
-- 
1.7.5.4




More information about the wine-patches mailing list