From 9d2c744718a680b4d0bb8cd7406be0597a79c58a Mon Sep 17 00:00:00 2001 From: David Matson Date: Wed, 12 Jan 2022 11:02:37 -0800 Subject: [PATCH] Document syntax to disable PCH (fixes #606). --- cppwinrt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppwinrt/main.cpp b/cppwinrt/main.cpp index 4ce543925..6f10f8e79 100644 --- a/cppwinrt/main.cpp +++ b/cppwinrt/main.cpp @@ -25,7 +25,7 @@ namespace cppwinrt { "verbose", 0, 0, {}, "Show detailed progress information" }, { "overwrite", 0, 0, {}, "Overwrite generated component files" }, { "prefix", 0, 0, {}, "Use dotted namespace convention for component files (defaults to folders)" }, - { "pch", 0, 1, "", "Specify name of precompiled header file (defaults to pch.h)" }, + { "pch", 0, 1, "", "Specify name of precompiled header file (defaults to pch.h; use '.' to disable)" }, { "include", 0, option::no_max, "", "One or more prefixes to include in input" }, { "exclude", 0, option::no_max, "", "One or more prefixes to exclude from input" }, { "base", 0, 0, {}, "Generate base.h unconditionally" },