help             2158 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2160 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2161 tools/crm_mon.c         g_free(help);
help              553 tools/crm_node.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              555 tools/crm_node.c         fprintf(stderr, "%s", help);
help              556 tools/crm_node.c         g_free(help);
help              228 tools/crmadmin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              230 tools/crmadmin.c         out->err(out, "%s", help);
help              231 tools/crmadmin.c         g_free(help);
help              509 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              511 tools/stonith_admin.c         out->err(out, "%s", help);
help              512 tools/stonith_admin.c         g_free(help);
help              518 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              521 tools/stonith_admin.c         out->err(out, "%s", help);
help              522 tools/stonith_admin.c         g_free(help);