# File lib/rhc/helpers.rb, line 219
    def deprecated_option(deprecated, other)
      deprecated("The option '#{deprecated}' is deprecated. Please use '#{other}' instead")
    end