Skip to content

Commit 6ab4b1a

Browse files
committed
fix shorthand
1 parent d61ac0c commit 6ab4b1a

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)