From 092c3e150d3d12cdd4e80bb8482a372db04e9786 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 16 Aug 2020 20:58:24 +0100 Subject: Remove superfluous call to flag.Parse() --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 9d7c449..48e9660 100644 --- a/main.go +++ b/main.go @@ -127,7 +127,6 @@ Use %[1]s -h for help about that command. } func main() { - flag.Parse() if len(os.Args) == 1 { flag.Usage() os.Exit(2) -- cgit v1.2.3-70-g09d2