From 2311735f6eda6a43da5570c06784d8a5e1cafaf4 Mon Sep 17 00:00:00 2001 From: Eugen Dueck Date: Thu, 14 Mar 2024 22:59:08 +0900 Subject: [PATCH] remove unnecessary info under "Usage" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 60861ee..4596b8f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ something that is not easy to achieve with tools like `grep` and `less`. ``` Usage: colorexp [options] patterns... -F, --fixed-strings Don't interpret regular expression metacharacters. --h, --help Display this help and exit. -H, --highlight Color by changing the background color. -i, --ignore-case Perform case insensitive matching. ```