Fix usage output of bitcaskd

This commit is contained in:
James Mills 2019-03-13 21:25:26 +10:00
parent 238ff6ab59
commit 809a14fbdc
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

@ -48,7 +48,7 @@ func main() {
}
if len(flag.Args()) < 1 {
flag.PrintDefaults()
flag.Usage()
os.Exit(1)
}