help              509 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              521 tools/cibadmin.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help              522 tools/cibadmin.c         g_free(help);
help              561 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              565 tools/cibadmin.c                     "Must specify a command option\n\n%s", help);
help              566 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              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             1224 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1236 tools/crm_shadow.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help             1237 tools/crm_shadow.c         g_free(help);
help             1251 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1255 tools/crm_shadow.c                     "Must specify a query or command option\n\n%s", help);
help             1256 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              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);