aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponysay b/ponysay
index 9b7c2a7..1fcecad 100755
--- a/ponysay
+++ b/ponysay
@@ -30,7 +30,7 @@ do
v) version; exit ;;
h) usage; exit ;;
f) pony=$OPTARG ;;
- \?) usage; exit 1 ;;
+ \?) usage >&2; exit 1 ;;
esac
done