mirror of
https://github.com/yarrick/iodine.git
synced 2025-10-14 23:41:18 +00:00
Add helptext newline
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user