diff options
author | Erkin Batu Altunbaş <erkinbatu@gmail.com> | 2012-02-26 20:48:52 +0100 |
---|---|---|
committer | Erkin Batu Altunbaş <erkinbatu@gmail.com> | 2012-02-26 20:48:52 +0100 |
commit | c840fc697688437b8eb2fb0724d62d59f40b00ca (patch) | |
tree | 86fb2835af09d72e466473b199fec10404d8ee34 /ponysay | |
parent | 9a16773266e7c0b5dc83f4ee5f1f754ea1e97022 (diff) | |
download | ponysay-c840fc697688437b8eb2fb0724d62d59f40b00ca.tar.gz ponysay-c840fc697688437b8eb2fb0724d62d59f40b00ca.tar.bz2 ponysay-c840fc697688437b8eb2fb0724d62d59f40b00ca.zip |
typo fixo
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;; |