help              535 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              547 tools/cibadmin.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help              548 tools/cibadmin.c         g_free(help);
help              587 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              591 tools/cibadmin.c                     "Must specify a command option\n\n%s", help);
help              592 tools/cibadmin.c         g_free(help);
help             2289 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2291 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2292 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             1223 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1235 tools/crm_shadow.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help             1236 tools/crm_shadow.c         g_free(help);
help             1250 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1254 tools/crm_shadow.c                     "Must specify a query or command option\n\n%s", help);
help             1255 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              522 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              524 tools/stonith_admin.c         out->err(out, "%s", help);
help              525 tools/stonith_admin.c         g_free(help);
help              531 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              534 tools/stonith_admin.c         out->err(out, "%s", help);
help              535 tools/stonith_admin.c         g_free(help);