1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

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:40:19 +08:00
parent 219a367a4c
commit a9f74f2dbe

View file

@ -220,7 +220,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);
}
}