help: correct config.profiling.freq name (frequency->freq) stable
authorKyle Lippincott <spectral@google.com>
Mon, 26 Jul 2021 15:02:23 -0700
branchstable
changeset 47777 1a174f122814
parent 47776 036b9b3cc79a
child 47778 97acbced3a99
help: correct config.profiling.freq name (frequency->freq) Differential Revision: https://phab.mercurial-scm.org/D11217
mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt	Wed Jul 28 13:18:13 2021 +0200
+++ b/mercurial/helptext/config.txt	Mon Jul 26 15:02:23 2021 -0700
@@ -1846,7 +1846,7 @@
     ``json``
       Render profiling data as JSON.
 
-``frequency``
+``freq``
     Sampling frequency.  Specific to the ``stat`` sampling profiler.
     (default: 1000)