Skip to content
Snippets Groups Projects
Unverified Commit 6f03c9b0 authored by Max Adamo's avatar Max Adamo
Browse files

remove comment

parent f8141949
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,6 @@ Options: ...@@ -272,7 +272,6 @@ Options:
arguments, _ := docopt.Parse(usage, nil, true, appVersion, false) 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 { if arguments["--build"] == true {
fmt.Printf("acme-downloader version: %v, built on: %v\n", appVersion, buildTime) fmt.Printf("acme-downloader version: %v, built on: %v\n", appVersion, buildTime)
appExit(0) appExit(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment