# File lib/hammer_cli/exception_handler.rb, line 67
    def handle_usage_exception(e)
      print_error (_("Error: %{message}") + "\n\n" +
                   _("See: '%{path} --help'")) % {:message => e.message, :path => e.command.invocation_path}
      log_full_error e
      HammerCLI::EX_USAGE
    end