mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 01:13:16 +00:00
more help text
This commit is contained in:
parent
7dfe4f5d1f
commit
2134d77dba
2
iodine.c
2
iodine.c
|
@ -164,6 +164,8 @@ help() {
|
||||||
printf(" -f is to keep running in foreground\n");
|
printf(" -f is to keep running in foreground\n");
|
||||||
printf(" -u name to drop privileges and run as user 'name'\n");
|
printf(" -u name to drop privileges and run as user 'name'\n");
|
||||||
printf(" -t dir to chroot to directory dir\n");
|
printf(" -t dir to chroot to directory dir\n");
|
||||||
|
printf("nameserver is the IP number of the relaying nameserver\n");
|
||||||
|
printf("topdomain is the FQDN that is delegated to the tunnel endpoint.\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue