cmd: Add full stops to some parameter descriptions in the usage.

Francois Gouget fgouget at free.fr
Wed Mar 16 02:24:04 CDT 2011


---
 programs/cmd/cmd.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

This improves consistency with the other parameter descriptions.

diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc
index 0cf96fe..4a45922 100644
--- a/programs/cmd/cmd.rc
+++ b/programs/cmd/cmd.rc
@@ -155,7 +155,7 @@ action, and can therefore be used as a comment in a batch file.\n"
 
   WCMD_REN,
 "REN <filename> is the short version of RENAME. It renames a file.\n"
-  WCMD_RENAME, "RENAME <filename> renames a file\n"
+  WCMD_RENAME, "RENAME <filename> renames a file.\n"
   WCMD_RD,
 "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
   WCMD_RMDIR,  "RMDIR <dir> deletes a subdirectory.\n"
@@ -201,7 +201,7 @@ VERIFY\t\tDisplays ON or OFF as appropriate.\n\
 The verify flag has no function in Wine.\n"
 
   WCMD_VER,
-"VER displays the version of cmd you are running\n"
+"VER displays the version of cmd you are running.\n"
 
   WCMD_VOL,    "VOL shows the volume label of a disk device.\n"
 
-- 
1.7.2.3




More information about the wine-patches mailing list