diff options
-rw-r--r-- | debian/nyancat.1 | 70 |
1 files changed, 51 insertions, 19 deletions
diff --git a/debian/nyancat.1 b/debian/nyancat.1 index 44c829d..6ed277e 100644 --- a/debian/nyancat.1 +++ b/debian/nyancat.1 @@ -1,33 +1,65 @@ -.TH NYANCAT 1 "March, 2012" +.TH NYANCAT 1 "April, 2012" .SH NAME -nyancat \- terminal-based Pop Tart Cat animation +nyancat \- terminal-based Pop Tart Cat animation .SH SYNOPSIS -.B nyancat -.RI [ -t ] " files" ... -.br -.B bar -.RI [ options ] " files" ... +.B nyancat [ -hitn ] [-f frames] .SH DESCRIPTION -This manual page documents briefly the .B nyancat -command. +is an animated, color, ANSI-text telnet server that renders a loop of the +classic Nyan Cat animation. nyancat can also be run as a standalone program +in a local terminal if telnet functionality is not required. .PP -\fBnyancat\fP is a program that... +nyancat makes use of various ANSI escape sequences to render color, or in the case +of a VT220, simply dumps text to the screen. .SH OPTIONS -These programs follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options is included below. -For a complete description, see the Info files. .TP -.B \-t, +.B \-i, --intro +Show introduction / about information on startup. +.TP +.B \-t, --telnet Enable telnet mode. .TP +.B \-n, --no-counter +Do not display the timer. +.TP +.B \-s, --no-title +Do not set the titlebar text. +.TP +.B \-e, --no-clear +Do not clear the display between frames. +.TP +.B \-f, --frames +Display the requested number of frames, then quit. +.TP +.B \-r, --min-rows +Crop the animation from the top. +.TP +.B \-R, --max-rows +Crop the animation from the bottom. +.TP +.B \-c, --min-cols +Crop the animation from the left. +.TP +.B \-C, --max-cols +Crop the animation from the right. +.TP +.B \-W, --width +Crop the animation to the given width. +.TP +.B \-H, --height +Crop the animation to the given height. +.TP +.B \-h, --help +Show help message and exit. .SH SEE ALSO .BR inetd (8). -.br -The programs are documented fully by -.IR "The Rise and Fall of a Fooish Bar" , -available via the Info system. +.SH HOMEPAGE +.PP +.B Homepage: +http://miku.acm.uiuc.edu/ +.PP +.B Repository: +https://github.com/klange/nyancat .SH AUTHOR nyancat was written by Kevin Lange. .PP |