adjusting parameter name

This commit is contained in:
Chris Lu 2012-09-19 16:56:35 -07:00
parent fc9f1da143
commit eae0080d75

View file

@ -33,7 +33,7 @@ var (
publicUrl = cmdVolume.Flag.String("publicUrl", "localhost:8080", "public url to serve data read")
masterNode = cmdVolume.Flag.String("mserver", "localhost:9333", "master directory server to store mappings")
vpulse = cmdVolume.Flag.Int("pulseSeconds", 5, "number of seconds between heartbeats")
maxVolumeCount = cmdVolume.Flag.Int("maxVolumeCount", 5, "maximum number of volumes")
maxVolumeCount = cmdVolume.Flag.Int("max", 5, "maximum number of volumes")
store *storage.Store
)