diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index 841bd20d17..9e96cd2a4b 100644 --- a/docs/CommandGuide/lit.rst +++ b/docs/CommandGuide/lit.rst @@ -140,7 +140,7 @@ EXECUTION OPTIONS **--vg-leak** When *--vg* is used, enable memory leak checks. When this option is enabled, - **lit** will also automatically provide a "valgrind-leaks" feature that can be + **lit** will also automatically provide a "vg_leak" feature that can be used to conditionally disable (or expect failure in) certain tests. |