Commit 1520587d 1520587d203b0a2e14ef8e07c118ac1758d0451c by Sergey Poznyakoff

Missed newline in help output.

1 parent 37b56aa2
......@@ -578,7 +578,7 @@ void
help ()
{
printf ("Usage: comsatd [OPTIONS]\n");
printf ("Options are:");
printf ("Options are:\n");
printf (" -c, --config=PATH read configuration from the file\n");
printf (" -d, --daemon run in daemon mode\n");
printf (" -h, --help display this help and exit\n");
......