diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-04 23:44:52 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-04 23:44:52 -0400 |
commit | abd48d540f0c8d27f2192b885966a17d6d5751f2 (patch) | |
tree | 40592a3aebee154576c4050c82a79de0f5dd2d13 /ponysay | |
parent | 4063e82a1512515358480b53d87223f71e0efc20 (diff) | |
parent | 738dc690ebfd902f0168e47a7a875c5708b8ce18 (diff) | |
download | ponysay-abd48d540f0c8d27f2192b885966a17d6d5751f2.tar.gz ponysay-abd48d540f0c8d27f2192b885966a17d6d5751f2.tar.bz2 ponysay-abd48d540f0c8d27f2192b885966a17d6d5751f2.zip |
Trixie -> Lulamoon and TrixieLulamoon (Read MLPFIM Wikia)
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -34,14 +34,16 @@ usage() { Usage: ${0##*/} [options] [message] -If [message] is not provided, reads the message from STDIN +If [message] is not provided, reads the message from STDIN. Options: - -v Show version and exit - -h Show this help and exit - -l List ponyfiles. - -f[name] Select a pony (Either a filename or a pony name) - -W[column] The screen column where the message should be wrapped + -v Show version and exit. + -h Show this help and exit. + -l List pony files. + -f[name] Select a pony (either a file name or a pony name.) + -W[column] The screen column where the message should be wrapped. + +See man ponysay(1) for more information. EOF } |