From 5a16bda0fa232eaaf3a497f569939a4f1bcf727f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Sep 2023 09:40:05 +0200 Subject: Recognize --file-list value `-` as request to write to stdout --- xsd/xsd/pregenerated/xsd/options.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xsd/xsd/pregenerated/xsd/options.cxx') diff --git a/xsd/xsd/pregenerated/xsd/options.cxx b/xsd/xsd/pregenerated/xsd/options.cxx index 83cf67e..d8e59f6 100644 --- a/xsd/xsd/pregenerated/xsd/options.cxx +++ b/xsd/xsd/pregenerated/xsd/options.cxx @@ -1175,7 +1175,8 @@ print_usage (::std::wostream& os, ::cli::usage_para p) << " into type files instead of schema files when the" << ::std::endl << " --type-file-regex option is specified." << ::std::endl; - os << "--file-list Write a list of generated C++ files to ." << ::std::endl; + os << "--file-list Write a list of generated C++ files to or" << ::std::endl + << " to stdout if is -." << ::std::endl; os << "--file-list-prologue Insert at the beginning of the file list." << ::std::endl; -- cgit v1.1