Skip to content

Commit 64399ce

Browse files
authored
Merge pull request #238 from eseiler/misc/defer_init
[MISC] Defer everything to parse()
2 parents 8366490 + d44ad98 commit 64399ce

File tree

6 files changed

+290
-181
lines changed

6 files changed

+290
-181
lines changed

include/sharg/detail/format_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class format_help_base : public format_base
386386
derived_t().print_line("See the respective help page for further details (e.g. by calling " + meta.app_name
387387
+ " " + command_names[0] + " -h).",
388388
true);
389-
derived_t().print_line("The following options below belong to the top-level parser and need to be "
389+
derived_t().print_line("The following options belong to the top-level parser and need to be "
390390
"specified \\fBbefore\\fP the subcommand key word. Every argument after the "
391391
"subcommand key word is passed on to the corresponding sub-parser.",
392392
true);

0 commit comments

Comments
 (0)