From ccd0499c10b1ebf075bc251c4827ab79a6975165 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Nov 2015 11:58:19 +0200 Subject: Change print_short_usage() to print_usage() --- cli/options.cli | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 437f848..7f8c138 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -125,10 +125,10 @@ class options bool --short-usage { "If specified together with \cb{--long-usage}, generate both short - and long usage versions. In this mode, the usage printing functions - are called \cb{print_short_usage()} and \cb{print_long_usage()} and - for the long usage the long documentation string is always used, - even if the short version is provided." + and long usage versions. In this mode, the long usage printing function + is called \cb{print_long_usage()} and in its implementation the long + documentation string is always used, even if the short version is + provided." }; std::string --page-usage @@ -151,8 +151,7 @@ class options \ If both \cb{--long-usage} and \cb{--short-usage} options are specified, - then two functions are generated with the \cb{*short_usage()} and - \cb{*long_usage()} suffixes." + then the long usage function has the \cb{*long_usage()} suffix." }; std::size_t --option-length = 0 -- cgit v1.1