summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)