From cebd7788724ccbc4cc1c3a56c250c24e13967256 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 19 Jan 2026 13:55:43 +0100 Subject: [PATCH] adjust short help text --- cmd/shortusage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/shortusage.go b/cmd/shortusage.go index 9c8b9f6..e4eb555 100644 --- a/cmd/shortusage.go +++ b/cmd/shortusage.go @@ -1,7 +1,7 @@ package cmd const shortusage = `tablizer [regex,...] [-r file] [flags] --c col,... show specified columns -L highlight matching lines +-c col,... show specified columns -L colorize rows -k col,... sort by specified columns -j read JSON input -F col=reg filter field with regexp -v invert match -T col,... transpose specified columns -n numberize columns