diff --git a/ponysay b/ponysay index 88e59410..6f1cf4e2 100755 --- a/ponysay +++ b/ponysay @@ -45,7 +45,7 @@ Options: EOF } -# if no stdin and no argumrnts then print usage and exit +# if no stdin and no arguments then print usage and exit if [[ -t 0 && $# == 0 ]]; then usage exit