attrib: Add quotes to fix the usage message indentation.

Francois Gouget fgouget at free.fr
Fri Sep 9 05:50:25 CDT 2011


---

Start-of-line spaces are ignored in RC files.


 programs/attrib/attrib.rc |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/programs/attrib/attrib.rc b/programs/attrib/attrib.rc
index 478a196..334f7cb 100644
--- a/programs/attrib/attrib.rc
+++ b/programs/attrib/attrib.rc
@@ -27,23 +27,22 @@ STRINGTABLE
     STRING_NYI, "Not Yet Implemented\n\n"
     STRING_FILENOTFOUND, "%s: File Not Found\n"
     STRING_HELP,
-"ATTRIB - Displays or changes file attributes.\n\
-\n\
-Syntax:\n\
-ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]\n\
-\t     [/S [/D]]\n\
-\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"
+        "ATTRIB - Displays or changes file attributes.\n"\
+        "\n"\
+        "Syntax:\n"\
+        "ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]\n"\
+        "       [/S [/D]]\n"\
+        "\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 and all subfolders.\n"\
+        "  /D  Processes folders as well.\n"
 }
-- 
1.7.5.4



More information about the wine-patches mailing list