From f889d26ef64ffbf2ada271d9ec29c14b90e52efd Mon Sep 17 00:00:00 2001 From: yancong <32220263+ice-tong@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:55:03 +0800 Subject: [PATCH] docs(README.md): fix the bulleted lists --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaf493e..59d8d20 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,9 @@ MEMORY PROBLEMS demo/test_ok.py::test_memory_exceed temporary folder) - `--memray-bin-prefix` - prefix to use for the binary dump (by default a random UUID4 hex) ---stacks=STACKS - Show the N stack entries when showing tracebacks of memory allocations ---native - Show native frames when showing tracebacks of memory allocations (will be slower) ---trace-python-allocators - Record allocations made by the Pymalloc allocator (will be slower) +- `--stacks=STACKS` - Show the N stack entries when showing tracebacks of memory allocations +- `--native` - Show native frames when showing tracebacks of memory allocations (will be slower) +- `--trace-python-allocators` - Record allocations made by the Pymalloc allocator (will be slower) ## Configuration - INI