aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-04 10:32:12 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-04 10:32:12 +0200
commit46c3e0d74e25de74cfbb84fb2d6f04e7f6e318a9 (patch)
tree90cfb1109685b2144c17011db474294cf48f8bbc /ponysay
parent81b9e4f0b3e398d4fb7872b55b4fcb601f7902f0 (diff)
downloadponysay-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-xponysay14
1 files changed, 8 insertions, 6 deletions
diff --git a/ponysay b/ponysay
index a04d8d7..4b5e912 100755
--- a/ponysay
+++ b/ponysay
@@ -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
}