From e9c7c7b744e7607232e79d4e0ddf1f0e49a3a709 Mon Sep 17 00:00:00 2001 From: yo Date: Mon, 11 Sep 2023 16:08:20 +0200 Subject: [PATCH] Revert "v0.6" This reverts commit 74ad307bd1b6587e8b0e93e0c4919b25ae63bcb3. --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 4a46556..8550bc0 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ import ( ) const ( - version = "0.6" + version = "0.5.9c" ) var ( @@ -50,7 +50,6 @@ func main() { var noUserResolve bool var syslog23 bool var json bool - var output string pflag.BoolVarP(&oneLine, "oneline", "l", false, "Prints the entire record on the same line") pflag.BoolVarP(&noUserResolve, "numeric", "n", false, "Do not convert user and group IDs to their names but leave in their numeric forms")