diff options
author | xcffl <xcffl@outlook.com> | 2019-09-07 19:23:10 +0800 |
---|---|---|
committer | xcffl <xcffl@outlook.com> | 2019-09-07 20:16:42 +0800 |
commit | 3d240bd7953c7c666c4a42f230cf40f1095abbee (patch) | |
tree | 770af8fd6b74e7966fe81a6be04a569ec43829d9 /dependencies/analyses/README.md | |
parent | cd7a1ac194472542301596ef776be5f8563eb0c1 (diff) | |
download | podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.tar.gz podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.tar.bz2 podman-3d240bd7953c7c666c4a42f230cf40f1095abbee.zip |
Replace "podman" with "Podman"
Signed-off-by: xcffl <xcffl@outlook.com>
Diffstat (limited to 'dependencies/analyses/README.md')
-rw-r--r-- | dependencies/analyses/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/analyses/README.md b/dependencies/analyses/README.md index a440a0ebd..67dab6f75 100644 --- a/dependencies/analyses/README.md +++ b/dependencies/analyses/README.md @@ -13,7 +13,7 @@ The analysis script will then read and parse the build data and print a sorted t Running such an analysis on libpod may look as follows: ``` -# 1) Build the podman binary with `-work -a`. +# 1) Build the Podman binary with `-work -a`. [libpod]$ BUILDFLAGS="-work -a" make podman [...] WORK=/tmp/go-build794287815 |