mirror of
https://repo.or.cz/socat.git
synced 2025-06-07 18:46:50 +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
3
CHANGES
3
CHANGES
|
@ -4,6 +4,9 @@ Security:
|
|||
not given it logs to a file in . (cwd) only when it is not writable by
|
||||
other users.
|
||||
|
||||
Corrections:
|
||||
Fixed display of option phases in help output.
|
||||
|
||||
Testing:
|
||||
test.sh produces file results.txt with columns of test numbers, names,
|
||||
and results.
|
||||
|
|
|
@ -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