Fix hyphen-used-as-minus-sign in nyancat.1
Issue reported by Jakub Wilk using Debian Lintian tool. http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
parent
89c5bc80e8
commit
b1bdcd6195
28
nyancat.1
28
nyancat.1
@ -2,7 +2,7 @@
|
|||||||
.SH NAME
|
.SH NAME
|
||||||
nyancat \- terminal-based Pop Tart Cat animation
|
nyancat \- terminal-based Pop Tart Cat animation
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B nyancat [ -hitn ] [-f frames]
|
.B nyancat [ \-hitn ] [\-f frames]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nyancat
|
.B nyancat
|
||||||
is an animated, color, ANSI-text program that renders a loop of the
|
is an animated, color, ANSI-text program that renders a loop of the
|
||||||
@ -12,43 +12,43 @@ nyancat makes use of various ANSI escape sequences to render color, or in the ca
|
|||||||
of a VT220, simply dumps text to the screen.
|
of a VT220, simply dumps text to the screen.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-i, --intro
|
.B \-i, \-\-intro
|
||||||
Show introduction / about information on startup.
|
Show introduction / about information on startup.
|
||||||
.TP
|
.TP
|
||||||
.B \-t, --telnet
|
.B \-t, \-\-telnet
|
||||||
Enable telnet mode.
|
Enable telnet mode.
|
||||||
.TP
|
.TP
|
||||||
.B \-n, --no-counter
|
.B \-n, \-\-no\-counter
|
||||||
Do not display the timer.
|
Do not display the timer.
|
||||||
.TP
|
.TP
|
||||||
.B \-s, --no-title
|
.B \-s, \-\-no\-title
|
||||||
Do not set the titlebar text.
|
Do not set the titlebar text.
|
||||||
.TP
|
.TP
|
||||||
.B \-e, --no-clear
|
.B \-e, \-\-no\-clear
|
||||||
Do not clear the display between frames.
|
Do not clear the display between frames.
|
||||||
.TP
|
.TP
|
||||||
.B \-f, --frames
|
.B \-f, \-\-frames
|
||||||
Display the requested number of frames, then quit.
|
Display the requested number of frames, then quit.
|
||||||
.TP
|
.TP
|
||||||
.B \-r, --min-rows
|
.B \-r, \-\-min\-rows
|
||||||
Crop the animation from the top.
|
Crop the animation from the top.
|
||||||
.TP
|
.TP
|
||||||
.B \-R, --max-rows
|
.B \-R, \-\-max\-rows
|
||||||
Crop the animation from the bottom.
|
Crop the animation from the bottom.
|
||||||
.TP
|
.TP
|
||||||
.B \-c, --min-cols
|
.B \-c, \-\-min\-cols
|
||||||
Crop the animation from the left.
|
Crop the animation from the left.
|
||||||
.TP
|
.TP
|
||||||
.B \-C, --max-cols
|
.B \-C, \-\-max\-cols
|
||||||
Crop the animation from the right.
|
Crop the animation from the right.
|
||||||
.TP
|
.TP
|
||||||
.B \-W, --width
|
.B \-W, \-\-width
|
||||||
Crop the animation to the given width.
|
Crop the animation to the given width.
|
||||||
.TP
|
.TP
|
||||||
.B \-H, --height
|
.B \-H, \-\-height
|
||||||
Crop the animation to the given height.
|
Crop the animation to the given height.
|
||||||
.TP
|
.TP
|
||||||
.B \-h, --help
|
.B \-h, \-\-help
|
||||||
Show help message and exit.
|
Show help message and exit.
|
||||||
.SH HOMEPAGE
|
.SH HOMEPAGE
|
||||||
.PP
|
.PP
|
||||||
|
Loading…
Reference in New Issue
Block a user