Remove the use of a dash in the usage, since this isn't in keeping

with other utilities which offer similar functionality.

This change was discussed with ache, who brought in the ability to
use a dash to represent stdin in comcontrol.
This commit is contained in:
Sheldon Hearn 2000-07-03 13:29:04 +00:00
parent 3275cf7379
commit c886a5d4d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62470
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
.Nd control a special tty device
.Sh SYNOPSIS
.Nm comcontrol
.Ar special_device | Fl
.Ar special_device
.Op dtrwait Ar number
.Op drainwait Ar number
.Sh DESCRIPTION

View File

@ -45,7 +45,7 @@ static void
usage()
{
fprintf(stderr,
"usage: comcontrol <filename>|- [dtrwait <n>] [drainwait <n>]\n");
"usage: comcontrol <filename> [dtrwait <n>] [drainwait <n>]\n");
exit(1);
}