aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorErkin Batu Altunbaş <erkinbatu@gmail.com>2012-02-26 19:57:59 +0100
committerErkin Batu Altunbaş <erkinbatu@gmail.com>2012-02-26 19:57:59 +0100
commit5c2d6e97f2f3d791728a5705f40ae627623c2354 (patch)
tree3000f1195afe3d4efbc03d80b9cfd5bf824db98e /ponysay
parent7d9bec0d23700ef8c20a5f3342431e4aa2ad01d2 (diff)
downloadponysay-5c2d6e97f2f3d791728a5705f40ae627623c2354.tar.gz
ponysay-5c2d6e97f2f3d791728a5705f40ae627623c2354.tar.bz2
ponysay-5c2d6e97f2f3d791728a5705f40ae627623c2354.zip
pchoooo
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponysay b/ponysay
index 1c3567d..f03a12d 100755
--- a/ponysay
+++ b/ponysay
@@ -28,7 +28,7 @@ while getopts f:hv OPT
do
case ${OPT} in
v) echo "ponysay v0.2" ; exit;;
- h) echo "-v for version, -h for this, -f to specify a cowfile. It'll choose a random cowfile if no argument is given." ; exit;;
+ h) echo "-v for version, -h for this, -f to specify a cowfile. It'll choose a random ponyfile if no argument is given." ; exit;;
f) ponyf $* ; exit;;
\?) echo "DERP"; exit;;
*) ponyr $* ; exit;;