mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
Added socat-chain.sh for layering protocols
This commit is contained in:
parent
27877ea777
commit
e62f62e5b9
7 changed files with 442 additions and 21 deletions
|
@ -225,8 +225,8 @@ int xiohelp_syntax(
|
|||
int isnum,
|
||||
const char *syntax)
|
||||
{
|
||||
Error4("%s: wrong number of parameters (%d instead of %d): usage: %s",
|
||||
addr, isnum, expectnum, syntax);
|
||||
Error5("%s: wrong number of parameters (%d instead of %d): usage: %s%s",
|
||||
addr, isnum, expectnum, addr, syntax);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue