diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-05-21 22:55:31 +0300 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-05-21 22:55:31 +0300 |
commit | 85c54340c364a641c6846e15ff052f1928e3c0af (patch) | |
tree | 91785259331fd33c7a1c4e9718a17a1f98787c6b /ponysay | |
parent | 7897783a8fbbbde5bbf4043351765c20443b0592 (diff) | |
download | ponysay-85c54340c364a641c6846e15ff052f1928e3c0af.tar.gz ponysay-85c54340c364a641c6846e15ff052f1928e3c0af.tar.bz2 ponysay-85c54340c364a641c6846e15ff052f1928e3c0af.zip |
Fixed typo in comment.
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |