mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 13:57:59 +01:00
Fixed typo in comment.
This commit is contained in:
parent
7897783a8f
commit
85c54340c3
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -45,7 +45,7 @@ Options:
|
||||||
EOF
|
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
|
if [[ -t 0 && $# == 0 ]]; then
|
||||||
usage
|
usage
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in a new issue