| Index: grit/tool/build.py
|
| diff --git a/grit/tool/build.py b/grit/tool/build.py
|
| index d152d64ccd208188f625b7e4ca7b6062c936b166..2bb8085c56be65cc0a8f599b18621e2b294d7b64 100644
|
| --- a/grit/tool/build.py
|
| +++ b/grit/tool/build.py
|
| @@ -85,7 +85,7 @@ Options:
|
|
|
| -h HEADERFORMAT Custom format string to use for generating rc header files.
|
| The string should have two placeholders: {textual_id}
|
| - and {numeric_id}. E.g. "#define {textual_id} {numeric_id}\n"
|
| + and {numeric_id}. E.g. "#define {textual_id} {numeric_id}"
|
| Otherwise it will use the default "#define SYMBOL 1234"
|
|
|
| Conditional inclusion of resources only affects the output of files which
|
|
|