[frink@truth:~]$ t -h usage: /home/frink/code/scripts/todo.pl [options] where [options] are: -e , --editor specify an alternate editor like "vi" -h , --help this usage message -l , --list list the file contents instead of editing -p , --pager specify an alternate pager program like "more" or "cat" examples: todo.pl todo.pl -l todo.pl -e vi todo.pl -l -p head todo.pl -l -p cat todo.pl -l -p more todo.pl -l -p "mail -S \"TODO reminders\" me@domain.com"