mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +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
|
||||
.B \-W, \-\-wrap \fIcolumn\fP
|
||||
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
|
||||
.TP
|
||||
.B PONYSAY_BOTTOM
|
||||
|
|
|
@ -83,6 +83,15 @@ aleatoriamente uno de este conjunto.
|
|||
.TP
|
||||
.B \-W, \-\-wrap \fIcolumna\fP
|
||||
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
|
||||
.TP
|
||||
.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{--balloonlist}
|
||||
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
|
||||
|
||||
@opindex @var{message}
|
||||
|
|
Loading…
Reference in a new issue