aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1999-11-05 16:35:33 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1999-11-05 16:35:33 +0000
commit2b579417eb164346efd143e99b40799c6cc6cd69 (patch)
tree9b10951d1463ae5aafc42b9e2d8ea6e709d08d7a
parent91d56474115fc195bc45d572c7fc223bfed7b558 (diff)
downloadinitscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar
initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar.gz
initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar.bz2
initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.tar.xz
initscripts-2b579417eb164346efd143e99b40799c6cc6cd69.zip
terminate usage message
-rw-r--r--src/ppp-watch.c2
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);
}