/* * Prints the option help in a form that is suitable to include in the manpage. */ #include #include #include #include "gen-manpage-opts-helper.h" #include "option_table.h" int main(void) { gen_manpage_opts_helper(__options); return 0; }