Skip to content

Commit

Permalink
Don't direct help text to STDOUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Apr 29, 2011
1 parent c54eb59 commit 97eefa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlbam/spider
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

usage() {
echo "Usage:"
printf " %s [options] [output_dir]\n" $(basename $0) >&2
printf " %s [options] [output_dir]\n" $(basename $0)
echo ""
echo "Options:"
echo " -y <year> Year for which to download files (default: $(date +%Y))."
Expand Down

0 comments on commit 97eefa7

Please sign in to comment.