From 8067f7606c67a68233b2142a1d9a4d23f44aac9a Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 16 Mar 2011 08:24:04 +0100 Subject: [PATCH] cmd: Add full stops to some parameter descriptions in the usage. --- programs/cmd/cmd.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc index 0cf96fe44ec..4a45922f8d7 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 is the short version of RENAME. It renames a file.\n" - WCMD_RENAME, "RENAME renames a file\n" + WCMD_RENAME, "RENAME renames a file.\n" WCMD_RD, "RD is the short version of RMDIR. It deletes a subdirectory.\n" WCMD_RMDIR, "RMDIR 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"