diff --git a/cmd/run.go b/cmd/run.go index 8d8c1da5a0f9..4cf6a83d413f 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -366,7 +366,7 @@ func getCmdRun(gs *state.GlobalState) *cobra.Command { {{.}} run -u 5 -d 10s script.js # Ramp VUs from 0 to 100 over 10s, stay there for 60s, then 10s down to 0. - {{.}} run -u 0 -s 10s:100 -s 60s -s 10s:0 + {{.}} run -u 0 -s 10s:100 -s 60s:100 -s 10s:0 # Send metrics to an influxdb server {{.}} run -o influxdb=http://1.2.3.4:8086/k6`[1:])