Skip to content

Commit 5792511

Browse files
authored
Document syntax to disable PCH (#1092)
1 parent 1ab11a3 commit 5792511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppwinrt/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace cppwinrt
2525
{ "verbose", 0, 0, {}, "Show detailed progress information" },
2626
{ "overwrite", 0, 0, {}, "Overwrite generated component files" },
2727
{ "prefix", 0, 0, {}, "Use dotted namespace convention for component files (defaults to folders)" },
28-
{ "pch", 0, 1, "<name>", "Specify name of precompiled header file (defaults to pch.h)" },
28+
{ "pch", 0, 1, "<name>", "Specify name of precompiled header file (defaults to pch.h; use '.' to disable)" },
2929
{ "include", 0, option::no_max, "<prefix>", "One or more prefixes to include in input" },
3030
{ "exclude", 0, option::no_max, "<prefix>", "One or more prefixes to exclude from input" },
3131
{ "base", 0, 0, {}, "Generate base.h unconditionally" },

0 commit comments

Comments
 (0)