diff --git a/Makefile b/Makefile index 229f1e25f5..92ede9703d 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"