# File lib/rhc/commands/port_forward.rb, line 22
    def to_cmd_arg
      # string to be used in a direct SSH command
      mac? ? "-L #{port_from}:#{remote_host}:#{port_to}" : "-L #{remote_host}:#{port_from}:#{remote_host}:#{port_to}"
    end