#include "parse_options.h"#include <climits>#include <sysexits.h>#include "cmdline.h"#include "config.h"#include "exception_utils.h"#include "exit_codes.h"#include "signal_catcher.h"#include "string_utils.h"#include "version.h"Go to the source code of this file.
Utility for displaying help centered messages borderered by "* *".
We use this for displaying banner information and the like in help messages.
Definition at line 158 of file parse_options.cpp.
Definition at line 171 of file parse_options.cpp.