summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-11-13 13:41:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-11-13 13:41:55 +0000
commit1520587d203b0a2e14ef8e07c118ac1758d0451c (patch)
tree6d3bb98656b4c8bc1855c7078ad97e6f1bc20391 /comsat/comsat.c
parent37b56aa219f0ea138eb1e848007abef7c6c60702 (diff)
downloadmailutils-1520587d203b0a2e14ef8e07c118ac1758d0451c.tar.gz
mailutils-1520587d203b0a2e14ef8e07c118ac1758d0451c.tar.bz2
Missed newline in help output.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 285cc4358..1a57e27bc 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -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");

Return to:

Send suggestions and report system problems to the System administrator.