# File lib/rhc/commands/base.rb, line 99
    def self.description(*args)
      o = args.join(' ')
      options[:description] = o.strip_heredoc
    end