# File lib/fission/command_helpers.rb, line 13
    def incorrect_arguments
      output "#{self.class.help}\n"
      output_and_exit "Incorrect arguments for #{command_name} command", 1
    end