This commit is contained in:
yo 2023-09-11 16:05:39 +02:00
parent d1aedbb521
commit 74ad307bd1

View File

@ -33,7 +33,7 @@ import (
)
const (
version = "0.5.9c"
version = "0.6"
)
var (
@ -50,6 +50,7 @@ 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")