Increasing parity from 5 to 6

This commit is contained in:
Frederick F. Kautz IV 2014-11-29 22:59:34 -08:00
parent 07e1199ae1
commit 30687a8c66

View File

@ -23,7 +23,7 @@ func main() {
},
cli.StringFlag{
Name: "protection-level",
Value: "10,5",
Value: "10,6",
Usage: "data,parity",
},
},
@ -40,7 +40,7 @@ func main() {
},
cli.StringFlag{
Name: "protection-level",
Value: "10,5",
Value: "10,6",
Usage: "data,parity",
},
},