Update docs/_developers/devguide.md

Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
Felix Lange 2019-11-22 16:01:56 +01:00 committed by GitHub
parent b1c04e87c5
commit 7478771bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ geth -port=30302 -verbosity 5 --pprof --pprofport 6062 2>> /tmp/02.glog
```
Alternatively if you want to kill the clients (in case they hang or stalled syncing, etc)
but have the stacktrace too, you can use the `-QUIT` signal with `kill`:
and have the stacktrace too, you can use the `-QUIT` signal with `kill`:
```
killall -QUIT geth