From c840fc697688437b8eb2fb0724d62d59f40b00ca Mon Sep 17 00:00:00 2001 From: Erkin Batu Altunbaş Date: Sun, 26 Feb 2012 20:48:52 +0100 Subject: typo fixo --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index f03a12d..27b5d40 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 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;; -- cgit