attrib: Escape the start-of-line spaces to fix the usage message indentation.

Francois Gouget fgouget at free.fr
Mon Sep 12 16:10:32 CDT 2011


---

This is the new version which escape the start-of-line spaces instead of 
quoting the strings. It's also the patch I meant to send a minutea ago 
instead of resending the old one.


 programs/attrib/attrib.rc |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/programs/attrib/attrib.rc b/programs/attrib/attrib.rc
index 478a196..858b300 100644
--- a/programs/attrib/attrib.rc
+++ b/programs/attrib/attrib.rc
@@ -31,19 +31,18 @@ STRINGTABLE
 \n\
 Syntax:\n\
 ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]\n\
-\t     [/S [/D]]\n\
+\       [/S [/D]]\n\
 \n\
-Where:\n\
+\Where:\n\
 \n\
-  +   Sets an attribute.\n\
-  -   Clears an attribute.\n\
-  R   Read-only file attribute\n\
-  A   Archive file attribute.\n\
-  S   System file attribute.\n\
-  H   Hidden file attribute.\n\
-  [drive:][path][filename]\n\
-      Specifies a file or files for attrib to process.\n\
-  /S  Processes matching files in the current folder\n\
-      and all subfolders.\n\
-  /D  Processes folders as well.\n"
+\  +   Sets an attribute.\n\
+\  -   Clears an attribute.\n\
+\  R   Read-only file attribute.\n\
+\  A   Archive file attribute.\n\
+\  S   System file attribute.\n\
+\  H   Hidden file attribute.\n\
+\  [drive:][path][filename]\n\
+\      Specifies a file or files for attrib to process.\n\
+\  /S  Processes matching files in the current folder and all subfolders.\n\
+\  /D  Processes folders as well.\n"
 }
-- 
1.7.5.4



More information about the wine-patches mailing list