diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-07-12 11:19:08 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-07-16 14:16:16 +0200 |
commit | 9ae3e7c1eced61253330c2c8bd93d51ee97a6774 (patch) | |
tree | 87ec70ee73aa134064937176886d6f3067c0bbd6 /dependencies | |
parent | 525c1ba89744d057cc558426ca53c49c9bb7cce5 (diff) | |
download | podman-9ae3e7c1eced61253330c2c8bd93d51ee97a6774.tar.gz podman-9ae3e7c1eced61253330c2c8bd93d51ee97a6774.tar.bz2 podman-9ae3e7c1eced61253330c2c8bd93d51ee97a6774.zip |
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>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies/analyses/README.md | 3 |
1 files changed, 1 insertions, 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 |