# File lib/mcollective/application/describe_filter.rb, line 45
    def describe_f_filter(facts)
      puts "-F filter expands to the following fact comparisons:"
      puts
      facts.each do |f|
        puts "  " + get_fact_string(f[:fact], f[:value], f[:operator])
      end
    end