mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
Added missing -A and +A option, since you accept the incomming -A and +A from develop, they originally not have manpage nor texinfo entrace, I add them
This commit is contained in:
parent
8231dbe8f6
commit
3959a86605
3 changed files with 34 additions and 1 deletions
|
@ -81,6 +81,14 @@ the pony will be selected randomly from that set of ponies.
|
||||||
.TP
|
.TP
|
||||||
.B \-W, \-\-wrap \fIcolumn\fP
|
.B \-W, \-\-wrap \fIcolumn\fP
|
||||||
The screen column where the message should be wrapped.
|
The screen column where the message should be wrapped.
|
||||||
|
.TP
|
||||||
|
.B \-A, \-\-all \fIcolumn\fP
|
||||||
|
Show all ponies, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM
|
||||||
|
and the second are non-MLP-FiM.
|
||||||
|
.TP
|
||||||
|
.B \+A, \+\+all \fIcolumn\fP
|
||||||
|
Show both 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.
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
.TP
|
.TP
|
||||||
.B PONYSAY_BOTTOM
|
.B PONYSAY_BOTTOM
|
||||||
|
|
|
@ -83,6 +83,15 @@ aleatoriamente uno de este conjunto.
|
||||||
.TP
|
.TP
|
||||||
.B \-W, \-\-wrap \fIcolumna\fP
|
.B \-W, \-\-wrap \fIcolumna\fP
|
||||||
El numero de columnas en el que será impreso el mensaje.
|
El numero de columnas en el que será impreso el mensaje.
|
||||||
|
.TP
|
||||||
|
.B \-A. \-\-all \fIcolumn\fP
|
||||||
|
Muestra todos los ponis, tanto pertenecientes a MLP:FiM cono no pertenecientes a esta
|
||||||
|
la primera lista son los pertenecientes a esta y la subsiguente los no pertenecientes.
|
||||||
|
.TP
|
||||||
|
.B \+A, \+\+all \fIcolumn\fP
|
||||||
|
Muestra todos los ponies incluyendo sus nombres alternativos, estos pertenecientes a
|
||||||
|
MLP:FiM cono no pertenecientes, la primera lista seran los pertenecientes y la
|
||||||
|
subsiguente los no pertenecientes.
|
||||||
.SH ENTORNO
|
.SH ENTORNO
|
||||||
.TP
|
.TP
|
||||||
.B PONYSAY_BOTTOM
|
.B PONYSAY_BOTTOM
|
||||||
|
|
|
@ -264,6 +264,22 @@ Just as @option{-L}, except it lists extra (non-MLP:FiM) ponies instead of stand
|
||||||
@opindex @option{--bubblelist}
|
@opindex @option{--bubblelist}
|
||||||
@opindex @option{--balloonlist}
|
@opindex @option{--balloonlist}
|
||||||
Prints a list of all balloon styles.
|
Prints a list of all balloon styles.
|
||||||
|
|
||||||
|
@item -A
|
||||||
|
@itemx --balloonlist
|
||||||
|
@opindex @option{-A}
|
||||||
|
@opindex @option{--all}
|
||||||
|
@opindex @option{--all}
|
||||||
|
Show all ponies, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM
|
||||||
|
and the second are non-MLP-FiM.
|
||||||
|
|
||||||
|
@item +A
|
||||||
|
@itemx --balloonlist
|
||||||
|
@opindex @option{+A}
|
||||||
|
@opindex @option{++all}
|
||||||
|
@opindex @option{++all}
|
||||||
|
Show both 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.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@opindex @var{message}
|
@opindex @var{message}
|
||||||
|
|
Loading…
Reference in a new issue