aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-09-04 03:41:24 +0000
committerBill Nottingham <notting@redhat.com>2003-09-04 03:41:24 +0000
commitd3a8ee2ebcc479c85d99a055c79655a3e1eb5444 (patch)
tree099ba1844882f99837ba309104188140da054287
parentcebfd4564297b55220f45075547fa7ca8427a1b9 (diff)
downloadinitscripts-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.c2
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);
}