Lines Matching defs:help
101 if (arg->help == NULL) {
102 ARGPARSE_LOG(ERR, "argument %s doesn't have help info!", arg->name_long);
555 return strcmp(curr_argv, "-h") == 0 || strcmp(curr_argv, "--help") == 0;
643 uint32_t width = 12; /* Default "-h, --help " len. */
675 printf("%s\n", arg->help);
702 static const struct rte_argparse_arg help = {
703 .name_long = "--help",
705 .help = "show this help message and exit.",
711 show_oneline_help(&help, align);