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/boostd/run.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,12 @@ var runCmd = &cli.Command{
44
44
Name: "no-metrics",
45
45
Usage: "stops emitting information about the node as metrics (param is used by tests)",
46
46
},
47
+
&cli.BoolFlag{
48
+
Name: "deprecated",
49
+
Usage: "Boost is now deprecated. Please migrate to Curio instead. See https://docs.curiostorage.org/ and https://docs.curiostorage.org/curio-market/migrating-from-boost for more information.",
0 commit comments