diff options
| author | soren <soren@NetBSD.org> | 2001-12-20 20:10:33 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2001-12-20 20:10:33 +0000 |
| commit | dc53bf3cbaf8dbf0ff06a469761b28105a2ae1f0 (patch) | |
| tree | bfc8df347a3c3b3b84cdd990e8e8b0001af6adbc /sbin/slattach | |
| parent | 598b3724c277278d5f7a521a6b367b97ea98ced6 (diff) | |
Sync getopt() / man page with actual getopt options.
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/slattach.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index ead4cbe04da..607526392e4 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -1,4 +1,4 @@ -/* $NetBSD: slattach.c,v 1.24 2001/02/19 22:56:23 cgd Exp $ */ +/* $NetBSD: slattach.c,v 1.25 2001/12/20 20:10:38 soren Exp $ */ /* * Copyright (c) 1988, 1993 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ #if 0 static char sccsid[] = "@(#)slattach.c 8.2 (Berkeley) 1/7/94"; #else -__RCSID("$NetBSD: slattach.c,v 1.24 2001/02/19 22:56:23 cgd Exp $"); +__RCSID("$NetBSD: slattach.c,v 1.25 2001/12/20 20:10:38 soren Exp $"); #endif #endif /* not lint */ @@ -174,7 +174,7 @@ usage() { (void)fprintf(stderr, - "Usage: %s [-t ldisc] [-hHlm] [-s baudrate] ttyname\n", + "Usage: %s [-t ldisc] [-hHlmn] [-s baudrate] ttyname\n", getprogname()); exit(1); } |
