summaryrefslogtreecommitdiff
path: root/usr.bin/tip
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2006-04-05 23:30:57 +0000
committeryamt <yamt@NetBSD.org>2006-04-05 23:30:57 +0000
commit2267ff751f3d0d2d71a1b2bf43c42498fc0f22ff (patch)
tree549f0476eee004283d56361e32f60b3f066dc234 /usr.bin/tip
parent0346684a3dd3f9fa596275c02777e9240fc8c5c7 (diff)
cuhelp: fix a typo in usage.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/cu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c
index 69f6d5bcaad..d019c8915d3 100644
--- a/usr.bin/tip/cu.c
+++ b/usr.bin/tip/cu.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cu.c,v 1.17 2006/04/03 04:53:58 christos Exp $ */
+/* $NetBSD: cu.c,v 1.18 2006/04/05 23:30:57 yamt Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -36,7 +36,7 @@
#if 0
static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: cu.c,v 1.17 2006/04/03 04:53:58 christos Exp $");
+__RCSID("$NetBSD: cu.c,v 1.18 2006/04/05 23:30:57 yamt Exp $");
#endif /* not lint */
#include "tip.h"
@@ -285,7 +285,7 @@ cuhelp(void)
" -e: Use even parity\n"
" -o: Use odd parity\n"
" -P,--parity {even,odd,none}: use even, odd, no parity\n"
- " -l,-line line: Use this device (ttyXX)\n"
+ " -l,--line line: Use this device (ttyXX)\n"
" -s,--speed,--baud speed,-#: Use this speed\n"
" -t: Connect via hard-wired connection\n");
exit(0);