print_option_help  518 tools/crm_mon.c         print_option_help('c', show & mon_show_tickets);
print_option_help  519 tools/crm_mon.c         print_option_help('f', show & mon_show_failcounts);
print_option_help  520 tools/crm_mon.c         print_option_help('n', group_by_node);
print_option_help  521 tools/crm_mon.c         print_option_help('o', show & mon_show_operations);
print_option_help  522 tools/crm_mon.c         print_option_help('r', inactive_resources);
print_option_help  523 tools/crm_mon.c         print_option_help('t', print_timing);
print_option_help  524 tools/crm_mon.c         print_option_help('A', show & mon_show_attributes);
print_option_help  525 tools/crm_mon.c         print_option_help('L', show & mon_show_bans);
print_option_help  526 tools/crm_mon.c         print_option_help('D', (show & mon_show_headers) == 0);
print_option_help  527 tools/crm_mon.c         print_option_help('R', print_clone_detail);
print_option_help  528 tools/crm_mon.c         print_option_help('b', print_brief);
print_option_help  529 tools/crm_mon.c         print_option_help('j', print_pending);