From 2b579417eb164346efd143e99b40799c6cc6cd69 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Fri, 5 Nov 1999 16:35:33 +0000 Subject: terminate usage message --- src/ppp-watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 7b45f7b1..d1f02c64 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -410,7 +410,7 @@ main(int argc, char **argv) { int connectedOnce = 0; if (argc < 2) { - fprintf (stderr, "usage: ppp-watch [ifcfg-] [boot]"); + fprintf (stderr, "usage: ppp-watch [ifcfg-] [boot]\n"); exit(30); } -- cgit v1.2.1