mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
typo fixo
This commit is contained in:
parent
9a16773266
commit
c840fc6976
1 changed files with 1 additions and 1 deletions
2
ponysay
2
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 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;;
|
||||
|
|
Loading…
Reference in a new issue