diff options
-rw-r--r-- | docs/HACKING_QUICKSTART.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index f26b38d0564..f669bd3815a 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -148,7 +148,7 @@ Before starting the debugger right away, you might want to get some information A typical command might be: ``` shell -./mach run -d -- -i -y 1 --debug dump-layer-tree /tmp/a.html +./mach run -d -- -i -y 1 --debug dump-style-tree /tmp/a.html ``` … to avoid using too many threads and make things easier to understand. |