Long-form option for skip-intro and update manpage
This commit is contained in:
parent
3c2f770be2
commit
64d29067a0
@ -1,4 +1,4 @@
|
|||||||
.TH NYANCAT 1 "May, 2012"
|
.TH NYANCAT 1 "February, 2013"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nyancat \- terminal-based Pop Tart Cat animation
|
nyancat \- terminal-based Pop Tart Cat animation
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -15,6 +15,9 @@ of a VT220, simply dumps text to the screen.
|
|||||||
.B \-i, \-\-intro
|
.B \-i, \-\-intro
|
||||||
Show introduction / about information on startup.
|
Show introduction / about information on startup.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-I, \-\-skip\-intro
|
||||||
|
Skip the introduction in telnet mode.
|
||||||
|
.TP
|
||||||
.B \-t, \-\-telnet
|
.B \-t, \-\-telnet
|
||||||
Enable telnet mode.
|
Enable telnet mode.
|
||||||
.TP
|
.TP
|
||||||
|
@ -326,6 +326,7 @@ int main(int argc, char ** argv) {
|
|||||||
{"help", no_argument, 0, 'h'},
|
{"help", no_argument, 0, 'h'},
|
||||||
{"telnet", no_argument, 0, 't'},
|
{"telnet", no_argument, 0, 't'},
|
||||||
{"intro", no_argument, 0, 'i'},
|
{"intro", no_argument, 0, 'i'},
|
||||||
|
{"skip-intro", no_argument, 0, 'I'},
|
||||||
{"no-counter", no_argument, 0, 'n'},
|
{"no-counter", no_argument, 0, 'n'},
|
||||||
{"no-title", no_argument, 0, 's'},
|
{"no-title", no_argument, 0, 's'},
|
||||||
{"no-clear", no_argument, 0, 'e'},
|
{"no-clear", no_argument, 0, 'e'},
|
||||||
|
Loading…
Reference in New Issue
Block a user