1
0
Fork 0
mirror of https://github.com/erkin/ponysay.git synced 2025-04-05 02:39:39 +02:00

Fixed typo in comment.

This commit is contained in:
Mattias Andrée 2012-05-21 22:55:31 +03:00
parent 7897783a8f
commit 85c54340c3

View file

@ -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