STDERR.print "usage: #{$0} [-echo|-help] arg...\n"
case ARGV.shift when '-echo' separator = " " when '-help' usage exit else usage exit 1 end