diff options
-rw-r--r-- | src/ppp-watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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-]<logical-name> [boot]"); + fprintf (stderr, "usage: ppp-watch [ifcfg-]<logical-name> [boot]\n"); exit(30); } |