lwsws: remove no longer extant D option from help string

https://github.com/warmcat/libwebsockets/issues/986
This commit is contained in:
Andy Green 2017-08-09 07:44:19 +08:00
parent 4cca86926f
commit ffbefebc24

View file

@ -219,7 +219,7 @@ int main(int argc, char **argv)
break;
case 'h':
fprintf(stderr, "Usage: lwsws [-c <config dir>] "
"[-d <log bitfield>] [-D] [--help]\n");
"[-d <log bitfield>] [--help]\n");
exit(1);
}
}