You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/bootstrap/transit/cmd/pull_clustering.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import (
13
13
14
14
varpullClusteringCmd=&cobra.Command{
15
15
Use: "pull-clustering",
16
-
Short: "Pull epoch clustering",
16
+
Short: "Pull clustering assignment for the first epoch of this spork. This is used to generate a root cluster block vote for this node's assigned cluster.",
0 commit comments