Lines Matching defs:help
51 struct gstr help = str_new();
53 menu_get_ext_help(menu, &help);
55 printf("\n%s\n", str_get(&help));
56 str_free(&help);
366 /* print help */
438 goto help;
444 help:
668 {"help", no_argument, NULL, 'h'},
694 printf(" -h, --help Print this message and exit.\n");
699 printf(" --helpnewconfig List new options and help text\n");