diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index d2bcb6eea..506e8b4d4 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -369,7 +369,7 @@ var ( } RpcStreamingDisableFlag = cli.BoolFlag{ Name: "rpc.streaming.disable", - Usage: "Erigon has enalbed json streamin for some heavy endpoints (like trace_*). It's treadoff: greatly reduce amount of RAM (in some cases from 30GB to 30mb), but it produce invalid json format if error happened in the middle of streaming (because json is not streaming-friendly format)", + Usage: "Erigon has enalbed json streaming for some heavy endpoints (like trace_*). It's treadoff: greatly reduce amount of RAM (in some cases from 30GB to 30mb), but it produce invalid json format if error happened in the middle of streaming (because json is not streaming-friendly format)", } HTTPTraceFlag = cli.BoolFlag{ Name: "http.trace",