Skip to content

Commit

Permalink
Update the help message for idx flag in dgraph zero
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgurnani committed Aug 12, 2020
1 parent 1a91211 commit eb2f95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgraph/cmd/zero/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ instances to achieve high-availability.
"addr:port of this server, so other Dgraph alphas can talk to this.")
flag.IntP("port_offset", "o", 0,
"Value added to all listening port numbers. [Grpc=5080, HTTP=6080]")
flag.Uint64("idx", 1, "Unique node index for this server.")
flag.Uint64("idx", 1, "Unique node index for this server. idx cannot be 0.")
flag.Int("replicas", 1, "How many replicas to run per data shard."+
" The count includes the original shard.")
flag.String("peer", "", "Address of another dgraphzero server.")
Expand Down

0 comments on commit eb2f95c

Please sign in to comment.