From 72c561e98a7ab2b294c96cf63af109e2735785a0 Mon Sep 17 00:00:00 2001 From: yomek33 Date: Tue, 6 Aug 2024 22:34:04 +0900 Subject: [PATCH] fmt --- cmd/avalanche.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/avalanche.go b/cmd/avalanche.go index 11ea64a..9646391 100644 --- a/cmd/avalanche.go +++ b/cmd/avalanche.go @@ -75,7 +75,7 @@ func main() { " Description: This mode gradually increases the series count by seriesChangeRate on each tick up to maxSeriesCount,\n" + " then decreases it back to the minSeriesCount, and repeats this cycle indefinitely.\n" + " The series count is incremented by seriesChangeRate on each tick, ensuring it never drops below 1." - "\n" + + "\n" + " spike:\n" + " Periodically spikes the series count by a given multiplier.\n" + " Usage: ./avalanche --series-operation-mode=spike --series-change-interval=180 --series-count=100 --spike-multiplier=1.5\n" +