From 44b11497341a2ee5321b200dc66cc8145393eef6 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:24:45 -0700 Subject: [PATCH] README fix claim about .zip .zip files are not yet supported. Issue #39 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58e1ccd9..ed734dc8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Speedily search and sort many syslog files by datetime. _Super Speedy Syslog Searcher_ (s4) is a command-line tool to search and sort syslog files within compressed files (`.gz`, `.xz`) and -archives (`.tar`, `.zip`). +archives (`.tar`). The first goal of s4 is speedy searching and printing. [![Build status](https://img.shields.io/github/workflow/status/jtmoon79/super-speedy-syslog-searcher/Rust?style=flat-square&logo=github)](https://github.com/jtmoon79/super-speedy-syslog-searcher/actions?query=workflow%3Arust)