Skip to content

Commit c924004

Browse files
authored
Merge pull request #672 from 0chain/fix/batch-size
Fix shorthand
2 parents d61ac0c + 6ab4b1a commit c924004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/repair.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func init() {
109109
startRepair.PersistentFlags().String("allocation", "", "Allocation ID")
110110
startRepair.PersistentFlags().String("rootpath", "", "File path for local files ")
111111
startRepair.PersistentFlags().String("repairpath", "", "Path to repair")
112-
startRepair.PersistentFlags().IntP("repairbatchsize", "rbs", 50, "Repair batch size")
112+
startRepair.PersistentFlags().IntP("repairbatchsize", "b", 50, "Repair batch size")
113113
startRepair.MarkFlagRequired("allocation")
114114
startRepair.MarkFlagRequired("rootpath")
115115
startRepair.MarkFlagRequired("repairpath")

0 commit comments

Comments
 (0)