summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-23 11:58:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-23 11:58:19 +0200
commitccd0499c10b1ebf075bc251c4827ab79a6975165 (patch)
tree853c21b34687e4a14a3ab2b29a603819d4ffaca2 /cli/options.cli
parentd31a0fea0b5ea2a914b15831772ac2d5b0c93824 (diff)
Change print_short_usage() to print_usage()
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli11
1 files changed, 5 insertions, 6 deletions
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