# HG changeset patch # User Pierre-Yves David # Date 1685640028 -3600 # Node ID 0bba730005dfd38a3b37806b6247c7cbe555af6e # Parent 68c4f8f3c9f43ae3773ed1dcfe7ed8cd0334bb27 stream-clone: fix the help for an argument of perf::stream-locked-section The help for `--stream-version` had a typo and missed a value. diff -r 68c4f8f3c9f4 -r 0bba730005df contrib/perf.py --- a/contrib/perf.py Tue Jun 20 02:35:30 2023 +0200 +++ b/contrib/perf.py Thu Jun 01 18:20:28 2023 +0100 @@ -1964,7 +1964,7 @@ b'', b'stream-version', b'latest', - b'stream version to us ("v1", "v2" or "latest", (the default))', + b'stream version to use ("v1", "v2", "v3" or "latest", (the default))', ), ] + formatteropts,