Skip to content

Commit

Permalink
Usage desc
Browse files Browse the repository at this point in the history
  • Loading branch information
diiyw committed Aug 14, 2024
1 parent 1888eea commit 5683e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nodis-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var CLI struct {
Addr string `arg:"" default:":6380" usage:"nodis server address"`
Storage string `arg:"" default:"memory" usage:"select storage"`
Storage string `arg:"" default:"memory" usage:"select storage: memory, pebble"`
}

func main() {
Expand Down

0 comments on commit 5683e5a

Please sign in to comment.