strace: fix syntax

coverage
Agniva De Sarker 2018-01-01 21:06:51 +05:30 committed by GitHub
parent 911b777839
commit a98398f68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
`strace -p {{pid}} -T`
-- Start tracing a program by executing it:
- Start tracing a program by executing it:
`strace {{program}}`