analyses: README: consistent code examples

Remove a blank line to make code examples more consistent and fix the
path of the 2nd example.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2019-07-12 11:19:08 +02:00
parent 525c1ba897
commit 9ae3e7c1ec

View File

@ -14,7 +14,6 @@ Running such an analysis on libpod may look as follows:
```
# 1) Build the podman binary with `-work -a`.
[libpod]$ BUILDFLAGS="-work -a" make podman
[...]
WORK=/tmp/go-build794287815
@ -51,7 +50,7 @@ Running such an analysis on libpod may look as follows:
[...]
# 2) Run the script with the binary as an argument
[libpod]$ ./dependencies/nm-symbols-analysis.sh ./bin/podman | grep "containers/libpod/libpod" | head -n10
[libpod]$ ./dependencies/analyses/nm-symbols-analysis.sh ./bin/podman | grep "containers/libpod/libpod" | head -n10
299 github.com/containers/libpod/libpod.(*BoltState).AddContainer
658 github.com/containers/libpod/libpod.(*BoltState).AddContainerToPod
2120 github.com/containers/libpod/libpod.(*BoltState).AddPod