help              529 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              541 tools/cibadmin.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help              542 tools/cibadmin.c         g_free(help);
help              581 tools/cibadmin.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help              585 tools/cibadmin.c                     "Must specify a command option\n\n%s", help);
help              586 tools/cibadmin.c         g_free(help);
help             2152 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help             2154 tools/crm_mon.c         fprintf(stderr, "%s", help);
help             2155 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             1209 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1221 tools/crm_shadow.c                     "non-option ARGV-elements: %s\n\n%s", extra->str, help);
help             1222 tools/crm_shadow.c         g_free(help);
help             1236 tools/crm_shadow.c         gchar *help = g_option_context_get_help(context, TRUE, NULL);
help             1240 tools/crm_shadow.c                     "Must specify a query or command option\n\n%s", help);
help             1241 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              539 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              541 tools/stonith_admin.c         out->err(out, "%s", help);
help              542 tools/stonith_admin.c         g_free(help);
help              548 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
help              551 tools/stonith_admin.c         out->err(out, "%s", help);
help              552 tools/stonith_admin.c         g_free(help);