help              526 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              538 tools/cibadmin.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help              539 tools/cibadmin.c         g_free(help);
help              578 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              582 tools/cibadmin.c                     "Must specify a command option\n\n%s", help);
help              583 tools/cibadmin.c         g_free(help);
help             2150 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2152 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2153 tools/crm_mon.c         g_free(help);
help              813 tools/crm_node.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              815 tools/crm_node.c         out->err(out, "%s", help);
help              816 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              223 tools/crmadmin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              225 tools/crmadmin.c         out->err(out, "%s", help);
help              226 tools/crmadmin.c         g_free(help);
help              538 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              540 tools/stonith_admin.c         out->err(out, "%s", help);
help              541 tools/stonith_admin.c         g_free(help);
help              547 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              550 tools/stonith_admin.c         out->err(out, "%s", help);
help              551 tools/stonith_admin.c         g_free(help);