mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
document the -o flag and update the change log
This commit is contained in:
parent
bf619ffa24
commit
6b49c94128
3 changed files with 15 additions and 0 deletions
|
@ -13,6 +13,8 @@ Version 2.8
|
||||||
|
|
||||||
Support for terminal capabilities emulation with the flags -X, -V and -K.
|
Support for terminal capabilities emulation with the flags -X, -V and -K.
|
||||||
|
|
||||||
|
Support for printing just the pony, using the flag -o.
|
||||||
|
|
||||||
|
|
||||||
Version 2.7
|
Version 2.7
|
||||||
|
|
||||||
|
|
|
@ -89,6 +89,9 @@ and the second are non-MLP-FiM.
|
||||||
.B \+A, \+\+all, \-\-symall, \-\-altall
|
.B \+A, \+\+all, \-\-symall, \-\-altall
|
||||||
List all pony files, including alternatives names inside brackets, these from MLP:FiM and non-MLP:FiM
|
List all pony files, including alternatives names inside brackets, these from MLP:FiM and non-MLP:FiM
|
||||||
the first list are the MLP:FiM and the second one are non-MLP:FiM.
|
the first list are the MLP:FiM and the second one are non-MLP:FiM.
|
||||||
|
.TP
|
||||||
|
.B \-o, \-\-pony\-only, \-\-ponyonly
|
||||||
|
Just print the pony, nothing else like the speech balloon.
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
.TP
|
.TP
|
||||||
.B PONYSAY_BOTTOM
|
.B PONYSAY_BOTTOM
|
||||||
|
|
|
@ -283,6 +283,14 @@ and the second are non-MLP:FiM.
|
||||||
List all ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM
|
List all ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM
|
||||||
the first list are the MLP:FiM and the second one are non-MLP:FiM.
|
the first list are the MLP:FiM and the second one are non-MLP:FiM.
|
||||||
|
|
||||||
|
@item -o
|
||||||
|
@itemx --pony-only
|
||||||
|
@itemx --ponyonly
|
||||||
|
@opindex @option{-o}
|
||||||
|
@opindex @option{--pony-only}
|
||||||
|
@opindex @option{--ponyonly}
|
||||||
|
Print just the pony, nothing else like the speech balloon.
|
||||||
|
|
||||||
@item -X
|
@item -X
|
||||||
@itemx --256-colours
|
@itemx --256-colours
|
||||||
@itemx --256colours
|
@itemx --256colours
|
||||||
|
@ -1916,6 +1924,8 @@ Support for explicit non-word wrapping using non-breaking space had been added t
|
||||||
The word wrapper colours the inserted hyphens in red.
|
The word wrapper colours the inserted hyphens in red.
|
||||||
@item
|
@item
|
||||||
Support for terminal capabilities emulation with the flags @option{-X}, @option{-V} and @option{-K}.
|
Support for terminal capabilities emulation with the flags @option{-X}, @option{-V} and @option{-K}.
|
||||||
|
@item
|
||||||
|
Support for printing just the pony, using the flag @option{-o}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue