Searched defs:help (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tools/common/
H A Dsss_tools.c36 fprintf(stderr, " %-*s\t %s\n", min_len, "-?, --help",
61 int help = 0; local
67 {"help", '?', POPT_ARG_VAL | POPT_ARGFLAG_DOC_HIDDEN, &help,
80 tool_ctx->print_help = help;
399 char *help; local
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
[all...]

Completed in 20 milliseconds