From f41dc0b2580ae83129264edbe45b92231bd119a2 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 2 Apr 2018 12:10:26 -0700 Subject: Makefile: Fix typo podmon -> podman This typo was introduced in 3aa63b2b Signed-off-by: Marcos Paulo de Souza Closes: #578 Approved by: rhatdan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 229f1e25f..92ede9703 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ help: @echo "Usage: make " @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" -- cgit v1.2.3-54-g00ecf