Signed-off-by: Jacek Caban jacek@codeweavers.com --- tools/widl/widl.c | 17 ++++++++++++----- tools/widl/widl.h | 1 + 2 files changed, 13 insertions(+), 5 deletions(-)
Jacek Caban jacek@codeweavers.com writes:
@@ -51,6 +51,7 @@ static const char usage[] = "Usage: widl [options...] infile.idl\n" " or: widl [options...] --dlldata-only name1 [name2...]\n" +" -acf file Use ACF file\n" " -app_config Ignored, present for midl compatibility\n" " -b arch Set the target architecture\n" " -c Generate client stub\n"
Could you please also describe the option in the man page?