summaryrefslogtreecommitdiff
path: root/xsd/xsd/pregenerated/xsd/options.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-11 09:40:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-11 09:40:05 +0200
commit5a16bda0fa232eaaf3a497f569939a4f1bcf727f (patch)
tree56d3f38d68d934a299374d1c0baed36f3442c5f7 /xsd/xsd/pregenerated/xsd/options.cxx
parent0d9c416f2e8452a1f4d1c38727f81c420a4f5cd0 (diff)
Recognize --file-list value `-` as request to write to stdout
Diffstat (limited to 'xsd/xsd/pregenerated/xsd/options.cxx')
-rw-r--r--xsd/xsd/pregenerated/xsd/options.cxx3
1 files changed, 2 insertions, 1 deletions
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 <file> Write a list of generated C++ files to <file>." << ::std::endl;
+ os << "--file-list <file> Write a list of generated C++ files to <file> or" << ::std::endl
+ << " to stdout if <file> is -." << ::std::endl;
os << "--file-list-prologue <text> Insert <text> at the beginning of the file list." << ::std::endl;