Lines Matching full:help
215 { "help", 0, 0, 'h' },
219 static int opt_help(int argc, char *argv[], int *help)
226 if (help)
227 *help = 1;
235 #define OPT_HELP(range, help) \
236 opt_help(argc, argv, (help)); \
611 { "help", 0, 0, 'h' },
615 static int opt_pskey(int argc, char *argv[], uint16_t *stores, int *reset, int *help)
654 if (help)
655 *help = 1;
663 #define OPT_PSKEY(min, max, stores, reset, help) \
664 opt_pskey(argc, argv, (stores), (reset), (help)); \
1112 "\t-h, --help Display help\n"
1140 { "help", 0, 0, 'h' },