class Optimist::Parser

def usage(s = nil)

# lines.
# first line in the help (educate) output and ending in two new
# Sets the usage string. If set the message will be printed as the
def usage(s = nil)
  s ? @usage = s : @usage
end