mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-03 06:57:27 +00:00
Add helptext newline
This commit is contained in:
parent
1868977228
commit
b9a14dcae2
2
iodine.c
2
iodine.c
|
@ -117,7 +117,7 @@ help() {
|
|||
"nameserver topdomain\n", __progname);
|
||||
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");
|
||||
printf(" -t dir to chroot to directory dir\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue