diff --git a/main.go b/main.go
index dca0ce38b47d173758706a0cf1e4931bf89d13bc..e6644ffc267f351038fd9da2c882ebd720c98c08 100644
--- a/main.go
+++ b/main.go
@@ -272,7 +272,6 @@ Options:
 
 	arguments, _ := docopt.Parse(usage, nil, true, appVersion, false)
 
-	// Annoyingly docopt tries to use 'version' the way he wants and I am using build
 	if arguments["--build"] == true {
 		fmt.Printf("acme-downloader version: %v, built on: %v\n", appVersion, buildTime)
 		appExit(0)