diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2018-04-02 12:10:26 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-02 20:16:06 +0000 |
commit | f41dc0b2580ae83129264edbe45b92231bd119a2 (patch) | |
tree | f99e49396f5bc61f91d50f9941cc04671d81e5f2 /Makefile | |
parent | 94301bab8f82b6bb7c70d9dde8b85ccd0ce3a0b1 (diff) | |
download | podman-f41dc0b2580ae83129264edbe45b92231bd119a2.tar.gz podman-f41dc0b2580ae83129264edbe45b92231bd119a2.tar.bz2 podman-f41dc0b2580ae83129264edbe45b92231bd119a2.zip |
Makefile: Fix typo podmon -> podman
This typo was introduced in 3aa63b2b
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Closes: #578
Approved by: rhatdan
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ help: @echo "Usage: make <target>" @echo @echo " * 'install' - Install binaries to system locations" - @echo " * 'binaries' - Build podmon" + @echo " * 'binaries' - Build podman" @echo " * 'integration' - Execute integration tests" @echo " * 'clean' - Clean artifacts" @echo " * 'lint' - Execute the source code linter" |