lwsws: remove no longer extant D option from help string
https://github.com/warmcat/libwebsockets/issues/986
This commit is contained in:
parent
4cca86926f
commit
ffbefebc24
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue