1
0
Fork 0
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:
Gerhard Rieger 2023-11-11 18:03:44 +01:00
parent 27877ea777
commit e62f62e5b9
7 changed files with 442 additions and 21 deletions

View file

@ -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;
}