diff --git a/test/loadtime/main.go b/test/loadtime/main.go index 75d66c58a..a3d5c883a 100644 --- a/test/loadtime/main.go +++ b/test/loadtime/main.go @@ -36,7 +36,7 @@ func main() { loadtest.Run(&loadtest.CLIConfig{ AppName: "loadtime", AppShortDesc: "Generate timestamped transaction load.", - AppLongDesc: "loadtime generates transaction load for the purpose of measuring the end-to-end latency of a transaction from submission to execution in a Tendermint network.", + AppLongDesc: "loadtime generates transaction load for the purpose of measuring the end-to-end latency of a transaction from submission to execution in a Tendermint network.", //nolint:lll DefaultClientFactory: "loadtime-client", }) }