Skip to content
Snippets Groups Projects
Commit 2cae836f authored by Manish R Jain's avatar Manish R Jain
Browse files

Rename flag in uidassigner binary

parent 15741245
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ var instanceIdx = flag.Uint64("instanceIdx", 0,
"Only pick entities, where Fingerprint % numInstance == instanceIdx.")
var numInstances = flag.Uint64("numInstances", 1,
"Total number of instances among which uid assigning is shared")
var uidDir = flag.String("uidpostings", "",
var uidDir = flag.String("uids", "",
"Directory to store xid to uid posting lists")
var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file")
var memprofile = flag.String("memprofile", "", "write memory profile to file")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment