aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2018-04-02 12:10:26 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-02 20:16:06 +0000
commitf41dc0b2580ae83129264edbe45b92231bd119a2 (patch)
treef99e49396f5bc61f91d50f9941cc04671d81e5f2
parent94301bab8f82b6bb7c70d9dde8b85ccd0ce3a0b1 (diff)
downloadpodman-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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 229f1e25f..92ede9703 100644
--- a/Makefile
+++ b/Makefile
@@ -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"