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             2384 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2386 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2387 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              234 tools/crmadmin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              236 tools/crmadmin.c         out->err(out, "%s", help);
help              237 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              475 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              477 tools/stonith_admin.c         out->err(out, "%s", help);
help              478 tools/stonith_admin.c         g_free(help);
help              484 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              487 tools/stonith_admin.c         out->err(out, "%s", help);
help              488 tools/stonith_admin.c         g_free(help);