mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
spanish update on -W and prefer 'number' over 'integer'
This commit is contained in:
parent
99cfeea2d4
commit
7c50985a13
3 changed files with 5 additions and 3 deletions
|
@ -81,7 +81,7 @@ to \fI-q\fP 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, the balloon's extra width is taken
|
||||
into consideration. If the argument is not an integer, but starts instead with \fIn\fP,
|
||||
into consideration. If the argument is not a number, but starts instead with \fIn\fP,
|
||||
no wrapping is done, and if it starts with \fIi\fP the width of the terminal is used.
|
||||
.TP
|
||||
.B \-A, \-\-all
|
||||
|
|
|
@ -82,7 +82,9 @@ uno o varios ponis sean agregados tras la opción \fI-q\fP, en cuyo caso se sele
|
|||
aleatoriamente uno de este conjunto.
|
||||
.TP
|
||||
.B \-W, \-\-wrap \fIcolumna\fP
|
||||
El numero de columnas en el que será impreso el mensaje.
|
||||
La columna donde el mensage será truncado, el globo puede tomar en consideración un largo mayor
|
||||
si el argumento no es un numero, pero si inicia con \fIn\fP , no hay contenido y si es \fIi\fP
|
||||
el largo de la terminal es usado es su lugar.
|
||||
.TP
|
||||
.B \-A. \-\-all
|
||||
Lista todos los ponis, tanto pertenecientes a MLP:FiM cono no pertenecientes a esta
|
||||
|
|
|
@ -250,7 +250,7 @@ balloon style is specified a fallback style will be used.
|
|||
Specify the screen column where the message should be wrapped, this is by default 40,
|
||||
as with @command{cowsay}. The balloon's extra width is taken into consideration.
|
||||
|
||||
If the argument is not an integer, but starts instead with @code{n} (for ‘none’ or
|
||||
If the argument is not a number, but starts instead with @code{n} (for ‘none’ or
|
||||
‘no’), no wrapping is done, and if it starts with @code{i} (for ‘inherit’) the width
|
||||
of the terminal is used.
|
||||
|
||||
|
|
Loading…
Reference in a new issue