1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:55:33 +02:00

dlv: fix typo (#17286)

This commit is contained in:
Managor 2025-07-20 19:22:21 +03:00 committed by GitHub
parent fd68e7e603
commit 7ff25d7b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
- Attach to a running process and begin debugging: - Attach to a running process and begin debugging:
`div attach {{pid}}` `dlv attach {{pid}}`
- Compile and begin tracing a program: - Compile and begin tracing a program: