diff options
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -20,7 +20,7 @@ func main() {  	var err error  	err = loadConfig() -	kingpin.FatalIfError(err, "Could not load config file") +	kingpin.FatalIfError(err, "could not load config file, try --write-config")  	// Parse command line arguments  	project_alias := kingpin.Flag( | 
