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 6a304179..6f27e850 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -493,7 +493,7 @@ main(int argc, char **argv) { int maxfail = 0; // MAXFAIL Patch <ssharkey@linux-no-limits.com> if (argc < 2) { - fprintf (stderr, "usage: ppp-watch [ifcfg-]<logical-name> [boot]\n"); + fprintf (stderr, "usage: ppp-watch <interface-name> [boot]\n"); exit(30); } |