mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-03 06:57:27 +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(" -u name to drop privileges and run as user 'name'\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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue