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

Francois Gouget fgouget at free.fr
Wed Sep 7 05:52:30 CDT 2011


Also fix the indentation.
---
 programs/wineconsole/wineconsole.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc
index 020a4d9..bb1c4b3 100644
--- a/programs/wineconsole/wineconsole.rc
+++ b/programs/wineconsole/wineconsole.rc
@@ -47,8 +47,8 @@ IDS_CMD_LAUNCH_FAILED      "wineconsole: Starting program %s failed.\n"\
 
 IDS_USAGE_HEADER           "\nUsage:\n  wineconsole [options] <command>\n\nOptions:\n"
 IDS_USAGE_BACKEND          "  --backend={user|curses}  Choosing user will spawn a new window, curses will\n"\
-                           "                            try to setup the current terminal as a Wine console\n"
-IDS_USAGE_COMMAND          "  <command>                 The Wine program to launch in the console\n"
-IDS_USAGE_FOOTER           "\nExample:\n  wineconsole cmd\nStarts the Wine command prompt in a Wine console\n\n"
+                           "                           try to setup the current terminal as a Wine console.\n"
+IDS_USAGE_COMMAND          "  <command>                The Wine program to launch in the console.\n"
+IDS_USAGE_FOOTER           "\nExample:\n  wineconsole cmd\nStarts the Wine command prompt in a Wine console.\n\n"
 
 END
-- 
1.7.5.4




More information about the wine-patches mailing list