diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-06 02:49:56 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-06 02:49:56 +0000 |
commit | 4e273f29893b3e4cbbf44f43312b930c38e17782 (patch) | |
tree | fecd3178a625ec244fdf17f2c0f7f51267837af2 /bin | |
parent | 8e04df6d18059de21c91270ddc9ad6d904cffea4 (diff) |
Sync usage() with man page.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/stty/stty.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c index d03630f00fd..d4a011e99fc 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stty.c,v 1.6 1997/09/01 18:30:35 deraadt Exp $ */ +/* $OpenBSD: stty.c,v 1.7 2000/10/06 02:49:55 aaron Exp $ */ /* $NetBSD: stty.c,v 1.11 1995/03/21 09:11:30 cgd Exp $ */ /*- @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: stty.c,v 1.6 1997/09/01 18:30:35 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: stty.c,v 1.7 2000/10/06 02:49:55 aaron Exp $"; #endif #endif /* not lint */ @@ -161,6 +161,6 @@ void usage() { - (void)fprintf(stderr, "usage: stty [-a|-e|-g] [-f file] [options]\n"); + (void)fprintf(stderr, "usage: stty [-a|-e|-g] [-f file] [operands]\n"); exit (1); } |