mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 04:56:33 +00:00
Fixed display of option phases in help output
This commit is contained in:
parent
2e21396282
commit
f38b76f5c8
2 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,7 @@ static const char *addressgroupnames[] = {
|
|||
|
||||
/* keep consistent with xioopts.h:enum ephase ! */
|
||||
static char *optionphasenames[] = {
|
||||
"ALL", "INIT", "EARLY",
|
||||
"ALL", "OFFSET", "INIT", "EARLY",
|
||||
"PREOPEN", "OPEN", "PASTOPEN",
|
||||
"PRESOCKET", "SOCKET", "PASTSOCKET",
|
||||
"PREBIGEN", "BIGEN", "PASTBIGEN",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue