From 5c2d6e97f2f3d791728a5705f40ae627623c2354 Mon Sep 17 00:00:00 2001 From: Erkin Batu Altunbaş Date: Sun, 26 Feb 2012 19:57:59 +0100 Subject: pchoooo --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ponysay') 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;; -- cgit