[#HelpMessageGroup] = HelpMessageGroup :mrdocs: Format a string to be used as group of options in help messages == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string HelpMessageGroup(std::string const& message); ---- == Return Value the formatted string == Parameters [cols="1,4"] |=== | Name| Description | *message* | Group name (e.g. "RPC server options:") |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#