From 1e1177b56b2dff34252eb355947c5fadd7390179 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 3 Sep 2013 21:27:51 +0200 Subject: [PATCH] delete duplicate entry for `--all` in the README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 04c14e8..779777b 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,6 @@ Gentoo * `-c`, `--colormap`: Use the given list of comma-separated colors as a colormap (cycle the colors at each match). -* `-a`, `--all` - Color the whole input at once instead of line by line (really useful -for coloring a source code file with strings on multiple lines). - * `-l min,max`, `--scale min,max`: When using the 'scale' colormap, parse matches as decimal numbers (taking your locale into account) and apply the rainbow colormap linearly between the given min,max (0,100, by default).