Skip to content

Commit 9d8beac

Browse files
committed
updated binaries-debugging.md
1 parent b2654c1 commit 9d8beac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaries-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can get either a Bash or Golang version of this program which parses `/proc`
137137
[DevOps Bash tools](devops-bash-tools.md) or [DevOps Goland tools](devops-golang-tools.md) repos.
138138

139139
```shell
140-
pldd.sh "$binary"
140+
pldd.sh "pid"
141141
```
142142

143143
You can run the Golang version without even compiling it due to shebang magic in my programs:

0 commit comments

Comments
 (0)