From 9ae3e7c1eced61253330c2c8bd93d51ee97a6774 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Fri, 12 Jul 2019 11:19:08 +0200 Subject: 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 --- dependencies/analyses/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dependencies/analyses/README.md b/dependencies/analyses/README.md index dad925b47..e05bc3e8f 100644 --- a/dependencies/analyses/README.md +++ b/dependencies/analyses/README.md @@ -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 -- cgit v1.2.3-54-g00ecf