diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-10-17 20:27:46 -0300 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-10-17 20:27:46 -0300 |
commit | 06d46c2325122add36feda16ab725773956a991c (patch) | |
tree | 53966ba9804e2846e854aadeec10b9d0e53bdbe5 | |
parent | 8fa25e7af6cf82648872262a32c347fa62d06311 (diff) | |
download | ponysay-06d46c2325122add36feda16ab725773956a991c.tar.gz ponysay-06d46c2325122add36feda16ab725773956a991c.tar.bz2 ponysay-06d46c2325122add36feda16ab725773956a991c.zip |
Fix -A +A texinfo alternates optiones
-rw-r--r-- | manuals/ponysay.texinfo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index d267f98..1458f6c 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -266,18 +266,16 @@ Just as @option{-L}, except it lists extra (non-MLP:FiM) ponies instead of stand Prints a list of all balloon styles. @item -A -@itemx --balloonlist +@itemx --all @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 +@itemx --all @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 |