From aa33636c20b65dbf87e2189dc3d8759b883e7909 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 May 2012 12:25:53 +0200 Subject: Add support for specifying multiple classes with --class option --- cli/options.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/options.cxx') diff --git a/cli/options.cxx b/cli/options.cxx index a720a2a..ed9645b 100644 --- a/cli/options.cxx +++ b/cli/options.cxx @@ -833,7 +833,7 @@ print_usage (::std::ostream& os) os << "--version Print version and exit." << ::std::endl; - os << "--include-path|-I Search for bracket-included ('<>') option" << ::std::endl + os << "--include-path|-I Search for bracket-included ('<>') options" << ::std::endl << " files." << ::std::endl; os << "--output-dir|-o Write the generated files to instead of the" << ::std::endl @@ -991,7 +991,7 @@ struct _cli_options_map_init _cli_options_map_["--html-epilogue"] = &::cli::thunk< options, std::string, &options::html_epilogue_ >; _cli_options_map_["--class"] = - &::cli::thunk< options, std::string, &options::class__ >; + &::cli::thunk< options, std::vector, &options::class__ >; _cli_options_map_["--stdout"] = &::cli::thunk< options, bool, &options::stdout__ >; _cli_options_map_["--hxx-suffix"] = -- cgit v1.1