modificato l'help

This commit is contained in:
Michele Fadda 2015-07-16 12:59:17 +02:00
parent 7f4faa2853
commit c0ac3eea34

View file

@ -53,7 +53,7 @@ func connectMongo() {
}
func usage() {
fmt.Println("Usage: imp_mongo -d <date> -r <date range> -m <mongodb uri> -l <logfile>\n")
fmt.Println("Usage: imp_mongo -d <date (yyyy-mm-dd:hh)> -r <date range (HHh)> -m <mongodb uri> -l <logfile>\n")
os.Exit(0)
}