Lines Matching defs:help
36 fprintf(stderr, " %-*s\t %s\n", min_len, "-?, --help",
61 int help = 0;
67 {"help", '?', POPT_ARG_VAL | POPT_ARGFLAG_DOC_HIDDEN, &help,
80 tool_ctx->print_help = help;
399 char *help;
404 /* Create help option string. We always need to append command name since
407 help = talloc_asprintf(NULL, "%s %s %s", cmdline->exec,
410 help = talloc_asprintf(NULL, "%s %s %s %s", cmdline->exec,
413 if (help == NULL) {
424 poptSetOtherOptionHelp(pc, help);
491 talloc_free(help);