help              130 tools/crm_error.c             char *help = g_option_context_get_help(context, TRUE, NULL);
help              131 tools/crm_error.c             fprintf(stderr, "%s", help);
help              132 tools/crm_error.c             g_free(help);
help             2164 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2166 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2167 tools/crm_mon.c         g_free(help);
help              556 tools/crm_node.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              558 tools/crm_node.c         fprintf(stderr, "%s", help);
help              559 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               76 tools/ipmiservicelogd.c static void con_usage(const char *name, const char *help, void *cb_data);
help              246 tools/ipmiservicelogd.c con_usage(const char *name, const char *help, void *cb_data)
help              248 tools/ipmiservicelogd.c     printf("%s\n", 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);