From 834b5fa49313a82dc0f69e2262a06ee2e0ffb269 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Apr 2020 15:29:55 +0200 Subject: Add --suppress-undocumented for usage and regenerate --- cli/cli/buildfile | 2 +- cli/cli/options.cxx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'cli') diff --git a/cli/cli/buildfile b/cli/cli/buildfile index b468ab4..dfefc6a 100644 --- a/cli/cli/buildfile +++ b/cli/cli/buildfile @@ -57,7 +57,7 @@ if ($config.cli != [null] && $config.cli != false) cli.options += --include-with-brackets --include-prefix cli \ --guard-prefix CLI --generate-file-scanner --generate-specifier \ ---generate-modifier --reserved-name stdout +--generate-modifier --suppress-undocumented --reserved-name stdout cli.cxx{*}: { diff --git a/cli/cli/options.cxx b/cli/cli/options.cxx index 463973a..103f82a 100644 --- a/cli/cli/options.cxx +++ b/cli/cli/options.cxx @@ -1489,8 +1489,6 @@ print_usage (::std::ostream& os, ::cli::usage_para p) if (p == ::cli::usage_para::text) os << ::std::endl; - os << "--build2-metadata " << std::endl; - os << "--help Print usage information and exit." << ::std::endl; os << "--version Print version and exit." << ::std::endl; -- cgit v1.1