Searched refs:kLongOpts (Results 1 – 1 of 1) sorted by relevance
154 static const struct option kLongOpts[] = {{"help", no_argument, nullptr, 'h'}, variable178 while ((c = getopt_long(argc, argv, kShortOpts, kLongOpts, nullptr)) >= 0) { in main()