From b9a14dcae20a67553d78f980540f51fbb5edb50d Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Sun, 11 Jun 2006 14:34:27 +0000 Subject: [PATCH] Add helptext newline --- iodine.c | 2 +- iodined.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }