mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
3275cf7379
commit
c886a5d4d2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue