26 #ifndef HYPERTABLE_USAGE_H
27 #define HYPERTABLE_USAGE_H
44 static void dump(
const char **usage);
55 #endif // HYPERTABLE_USAGE_H
static void dump(const char **usage)
Prints each string in usage to std::cout, delimited by std::endl; usage must be terminated with a NUL...
Helper class for printing usage banners on the command line.
static void dump_and_exit(const char **usage, int rcode=1)
Same as dump, but performs _exit(rcode) afterwards.