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/options.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xsd/xsd/options.cli') diff --git a/xsd/xsd/options.cli b/xsd/xsd/options.cli index 6c327a4..e81052a 100644 --- a/xsd/xsd/options.cli +++ b/xsd/xsd/options.cli @@ -277,10 +277,10 @@ class options = 0 NarrowString --file-list { "", - "Write a list of generated C++ files to . This option is primarily - useful in the file-per-type compilation mode (\cb{--file-per-type}) to - create a list of generated C++ files, for example, as a makefile - fragment." + "Write a list of generated C++ files to or to \cb{stdout} if + is \cb{-}. This option is primarily useful in the file-per-type + compilation mode (\cb{--file-per-type}) to create a list of generated + C++ files, for example, as a makefile fragment." }; NarrowString --file-list-prologue -- cgit v1.1