mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 07:23:23 +00:00
Formatted help output; address keywords in help now uppercase
This commit is contained in:
parent
797d0f9695
commit
d36f78d854
44 changed files with 374 additions and 340 deletions
2
socat.c
2
socat.c
|
@ -424,7 +424,7 @@ void socat_usage(FILE *fd) {
|
|||
fputs(copyright_socat, fd); fputc('\n', fd);
|
||||
fputs("Usage:\n", fd);
|
||||
fputs("socat [options] <bi-address> <bi-address>\n", fd);
|
||||
fputs(" options:\n", fd);
|
||||
fputs(" options (general command line options):\n", fd);
|
||||
fputs(" -V print version and feature information to stdout, and exit\n", fd);
|
||||
#if WITH_HELP
|
||||
fputs(" -h|-? print a help text describing command line options and addresses\n", fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue