pages.nl: use " " instead of "=" to separate the options from their arguments, cut: fix example (#12690)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
- Toon logs voor een specifieke PID:
|
||||
|
||||
`logcat --pid={{pid}}`
|
||||
`logcat --pid {{pid}}`
|
||||
|
||||
- Toon logs voor een proces van een specifiek pakket:
|
||||
|
||||
`logcat --pid=$(pidof -s {{pakket}})`
|
||||
`logcat --pid $(pidof -s {{pakket}})`
|
||||
|
Reference in New Issue
Block a user