From: Steven Schubiger Date: Sat, 23 Feb 2019 19:21:36 +0000 (+0100) Subject: Mention standard input explicitly in synopsis X-Git-Tag: v0.65~18 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=560d590ae0fdeadf437443a3fe20498e53a1ac0c Mention standard input explicitly in synopsis --- diff --git a/colorize.1 b/colorize.1 index 3b114dd..f3341ed 100644 --- a/colorize.1 +++ b/colorize.1 @@ -2,11 +2,11 @@ .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS -\fBcolorize\fR [\fIoption\fR]... (\fIforeground\fR) [\fIfile\fR] +\fBcolorize\fR [\fIoption\fR]... (\fIforeground\fR) [\fI-|file\fR] .PP -\fBcolorize\fR [\fIoption\fR]... (\fIforeground\fR)/(\fIbackground\fR) [\fIfile\fR] +\fBcolorize\fR [\fIoption\fR]... (\fIforeground\fR)/(\fIbackground\fR) [\fI-|file\fR] .PP -\fBcolorize\fR \-\-clean[\-all] [\fIfile\fR] +\fBcolorize\fR \-\-clean[\-all] [\fI-|file\fR] .PP \fBcolorize\fR \-hV .SH DESCRIPTION