# File src/demos/Texter.rb, line 7
def print_usage
  puts
  puts "Texter!  Transforms a string using plugins."
  puts
  puts "Usage:\t#{$0} <option>"
  puts "\t-p, --plugin-detail\t# Prints plugin details."
  puts "\t-h, --help\t\t# This screen!"
  puts "\t-i, --input\t\t# A string to transform using plugins."
  puts
  puts "No options is the same as running with -i 'Hello, World!'"
  puts
end