nghttp: Remove unused short option 'g'

This commit is contained in:
Tatsuhiro Tsujikawa 2017-04-28 22:39:12 +09:00
parent 794d13082c
commit 196673bbce
1 changed files with 1 additions and 1 deletions

View File

@ -2791,7 +2791,7 @@ int main(int argc, char **argv) {
{"encoder-header-table-size", required_argument, &flag, 14},
{nullptr, 0, nullptr, 0}};
int option_index = 0;
int c = getopt_long(argc, argv, "M:Oab:c:d:gm:np:r:hH:vst:uw:yW:",
int c = getopt_long(argc, argv, "M:Oab:c:d:m:np:r:hH:vst:uw:yW:",
long_options, &option_index);
if (c == -1) {
break;