diff --git a/iodine.c b/iodine.c index 5f6d867..724e40b 100644 --- a/iodine.c +++ b/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); } diff --git a/iodined.c b/iodined.c index c73c10e..c8b3fee 100644 --- a/iodined.c +++ b/iodined.c @@ -119,7 +119,7 @@ help() { "topdomain\n", __progname); printf(" -f 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); }