# HG changeset patch # User Kyle Lippincott # Date 2021-07-26 22:02:23 # Node ID 1a174f1228147e8f7cd62f07bd80bbd4fbc03b77 # Parent 036b9b3cc79a7f4d98cd9a9864faa33c9adf92a1 help: correct config.profiling.freq name (frequency->freq) Differential Revision: https://phab.mercurial-scm.org/D11217 diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt +++ b/mercurial/helptext/config.txt @@ -1846,7 +1846,7 @@ statistical text report generated from t ``json`` Render profiling data as JSON. -``frequency`` +``freq`` Sampling frequency. Specific to the ``stat`` sampling profiler. (default: 1000)