mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 02:58:59 -07:00
Fix usage output of bitcaskd
This commit is contained in:
@@ -48,7 +48,7 @@ func main() {
|
||||
}
|
||||
|
||||
if len(flag.Args()) < 1 {
|
||||
flag.PrintDefaults()
|
||||
flag.Usage()
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user