typo fixo

This commit is contained in:
Erkin Batu Altunbaş 2012-02-26 20:48:52 +01:00
parent 9a16773266
commit c840fc6976

View file

@ -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 ponyfile if no argument is given." ; exit;;
h) echo "-v for version, -h for this, -f to specify a ponyfile. It'll choose a random ponyfile if no argument is given." ; exit;;
f) ponyf $* ; exit;;
\?) echo "DERP"; exit;;
*) ponyr $* ; exit;;