diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-10-01 21:18:42 -0300 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-10-01 21:18:42 -0300 |
commit | 3959a86605f762322743804e2f5ed533988d6c1b (patch) | |
tree | f1de7acfd22f807773184de0700baf2503f98534 | |
parent | 8231dbe8f663e13297ddaab871d95e9e87575829 (diff) | |
download | ponysay-3959a86605f762322743804e2f5ed533988d6c1b.tar.gz ponysay-3959a86605f762322743804e2f5ed533988d6c1b.tar.bz2 ponysay-3959a86605f762322743804e2f5ed533988d6c1b.zip |
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
-rw-r--r-- | manuals/manpage.0 | 10 | ||||
-rw-r--r-- | manuals/manpage.es.0 | 9 | ||||
-rw-r--r-- | manuals/ponysay.texinfo | 16 |
3 files changed, 34 insertions, 1 deletions
diff --git a/manuals/manpage.0 b/manuals/manpage.0 index e59a9af..229ad10 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -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 @@ -131,4 +139,4 @@ Mattias Andrée <maandree@kth.se> for the official ponysay release. .PP This program is licensed under WTFPL. .\" See file COPYING to see the license. -
\ No newline at end of file + diff --git a/manuals/manpage.es.0 b/manuals/manpage.es.0 index 2e22a28..58d062b 100644 --- a/manuals/manpage.es.0 +++ b/manuals/manpage.es.0 @@ -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 diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 737aba8..c6a0d2a 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -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} |