diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-11-05 16:35:33 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-11-05 16:35:33 +0000 |
commit | 2b579417eb164346efd143e99b40799c6cc6cd69 (patch) | |
tree | 9b10951d1463ae5aafc42b9e2d8ea6e709d08d7a /src/ppp-watch.c | |
parent | 91d56474115fc195bc45d572c7fc223bfed7b558 (diff) | |
download | initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar.gz initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar.bz2 initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar.xz initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.zip |
terminate usage message
Diffstat (limited to 'src/ppp-watch.c')
-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); } |