diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-04 10:32:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-04 10:32:12 +0200 |
commit | 46c3e0d74e25de74cfbb84fb2d6f04e7f6e318a9 (patch) | |
tree | 90cfb1109685b2144c17011db474294cf48f8bbc /ponysay | |
parent | 81b9e4f0b3e398d4fb7872b55b4fcb601f7902f0 (diff) | |
download | ponysay-46c3e0d74e25de74cfbb84fb2d6f04e7f6e318a9.tar.gz ponysay-46c3e0d74e25de74cfbb84fb2d6f04e7f6e318a9.tar.bz2 ponysay-46c3e0d74e25de74cfbb84fb2d6f04e7f6e318a9.zip |
improving manpage + minor change in ponysay --help + sorting credits file
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 } |