Add helptext newline

This commit is contained in:
Bjorn Andersson 2006-06-11 14:34:27 +00:00
parent 1868977228
commit b9a14dcae2
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}