default to 75 ri's per su3

This commit is contained in:
Matt Drollette
2014-12-13 11:50:27 -06:00
parent f47ebca848
commit e37fd5cfb4

View File

@@ -51,7 +51,7 @@ func NewReseedCommand() cli.Command {
}, },
cli.IntFlag{ cli.IntFlag{
Name: "numRi", Name: "numRi",
Value: 50, Value: 75,
Usage: "Number of routerInfos to include in each SU3 file", Usage: "Number of routerInfos to include in each SU3 file",
}, },
cli.StringFlag{ cli.StringFlag{