mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the -h option.
This commit is contained in:
parent
1efb92b7ca
commit
43d665c0d1
2 changed files with 4 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
.Nd filter reverse line feeds from input
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl bfx
|
||||
.Op Fl bfhx
|
||||
.Op Fl l Ar num
|
||||
.Sh DESCRIPTION
|
||||
.Nm Col
|
||||
|
|
@ -67,6 +67,8 @@ written to each column position.
|
|||
Forward half line feeds are permitted (``fine'' mode).
|
||||
Normally characters printed on a half line boundary are printed
|
||||
on the following line.
|
||||
.It Fl h
|
||||
Don't output multiple spaces instead of tabs (default).
|
||||
.It Fl x
|
||||
Output multiple spaces instead of tabs.
|
||||
.It Fl l Ar num
|
||||
|
|
|
|||
|
|
@ -530,7 +530,7 @@ void
|
|||
usage()
|
||||
{
|
||||
|
||||
(void)fprintf(stderr, "usage: col [-bfx] [-l nline]\n");
|
||||
(void)fprintf(stderr, "usage: col [-bfhx] [-l nline]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue