aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-08-16 20:58:24 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-08-16 20:58:24 +0100
commit092c3e150d3d12cdd4e80bb8482a372db04e9786 (patch)
tree9ece7a32eca09496c0503572bf2dfaec1e9f5f96 /main.go
parent7f8daab1a8927da37f2dc2cc9fb4ef51bc9319ed (diff)
Remove superfluous call to flag.Parse()v0.1.0
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
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 <command> -h for help about that command.
}
func main() {
- flag.Parse()
if len(os.Args) == 1 {
flag.Usage()
os.Exit(2)