mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 15:35:34 +02:00
dlv: fix typo (#17286)
This commit is contained in:
parent
fd68e7e603
commit
7ff25d7b28
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Attach to a running process and begin debugging:
|
||||
|
||||
`div attach {{pid}}`
|
||||
`dlv attach {{pid}}`
|
||||
|
||||
- Compile and begin tracing a program:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue