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

/sssd/contrib/rhel/
H A Dupdate_debug_levels.py24 help="""Do not provide backup file after conversion.
29 help="Be verbose") variable
/sssd/src/config/SSSDConfig/
H A Dsssd_upgrade_config.py363 help="Set input file to FILE", metavar="FILE")
366 help="Set output file to OUTFILE", metavar="OUTFILE")
369 help="""Do not provide backup file after conversion.
374 help="Be verbose") variable
/sssd/src/tools/common/
H A Dsss_tools.c47 fprintf(stderr, " %-*s\t %s\n", min_len, "-?, --help",
395 char *help; local
400 /* Create help option string. We always need to append command name since
403 help = talloc_asprintf(NULL, "%s %s %s", cmdline->exec,
406 help = talloc_asprintf(NULL, "%s %s %s %s", cmdline->exec,
409 if (help == NULL) {
420 poptSetOtherOptionHelp(pc, help);
487 talloc_free(help);

Completed in 1441 milliseconds