diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-04 03:41:24 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-04 03:41:24 +0000 |
commit | d3a8ee2ebcc479c85d99a055c79655a3e1eb5444 (patch) | |
tree | 099ba1844882f99837ba309104188140da054287 | |
parent | cebfd4564297b55220f45075547fa7ca8427a1b9 (diff) | |
download | initscripts-d3a8ee2ebcc479c85d99a055c79655a3e1eb5444.tar initscripts-d3a8ee2ebcc479c85d99a055c79655a3e1eb5444.tar.gz initscripts-d3a8ee2ebcc479c85d99a055c79655a3e1eb5444.tar.bz2 initscripts-d3a8ee2ebcc479c85d99a055c79655a3e1eb5444.tar.xz initscripts-d3a8ee2ebcc479c85d99a055c79655a3e1eb5444.zip |
match the man page (#97850)
-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); } |