help              507 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              519 tools/cibadmin.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help              520 tools/cibadmin.c         g_free(help);
help              559 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              563 tools/cibadmin.c                     "Must specify a command option\n\n%s", help);
help              564 tools/cibadmin.c         g_free(help);
help             2249 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2251 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2252 tools/crm_mon.c         g_free(help);
help              820 tools/crm_node.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              822 tools/crm_node.c         out->err(out, "%s", help);
help              823 tools/crm_node.c         g_free(help);
help             1211 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1223 tools/crm_shadow.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help             1224 tools/crm_shadow.c         g_free(help);
help             1238 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1242 tools/crm_shadow.c                     "Must specify a query or command option\n\n%s", help);
help             1243 tools/crm_shadow.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              513 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              515 tools/stonith_admin.c         out->err(out, "%s", help);
help              516 tools/stonith_admin.c         g_free(help);
help              522 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              525 tools/stonith_admin.c         out->err(out, "%s", help);
help              526 tools/stonith_admin.c         g_free(help);