mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 06:41:26 +00:00
iodined: improve usage() readability
Best readability is at 80 characters maximum per line. Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
829a822de3
commit
b884bfecfb
|
@ -2290,13 +2290,11 @@ write_dns(int fd, struct query *q, char *data, int datalen, char downenc)
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_usage() {
|
print_usage() {
|
||||||
fprintf(stderr, "Usage: %s [-v] [-h] "
|
fprintf(stderr, "Usage: %s [-46cDfsv] [-u user] [-t chrootdir] [-d device] [-m mtu]\n"
|
||||||
"[-4] [-6] [-c] [-s] [-f] [-D] [-u user] "
|
" [-z context] [-l ipv4 listen address] [-L ipv6 listen address]\n"
|
||||||
"[-t chrootdir] [-d device] [-m mtu] [-z context] "
|
" [-p port] [-n external ip] [-b dnsport] [-P password]\n"
|
||||||
"[-l ipv4 listen address] [-L ipv6 listen address] "
|
" [-F pidfile] [-i max idle time] tunnel_ip[/netmask] topdomain\n",
|
||||||
"[-p port] [-n external ip] [-b dnsport] "
|
__progname);
|
||||||
"[-P password] [-F pidfile] [-i max idle time] "
|
|
||||||
"tunnel_ip[/netmask] topdomain\n", __progname);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue