mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +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
|
||||
}
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue