Just for visual parity with everything else.

Signed-off-by: John Snow <js...@redhat.com>
---
 python/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/python/Makefile b/python/Makefile
index 4ed37c29f0..06f78f760a 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -37,11 +37,14 @@ help:
        @echo "make venv"
        @echo "    Creates a simple venv for check-venv. ($(QEMU_VENV_DIR))"
        @echo ""
-       @echo "make clean:      remove package build output."
+       @echo "make clean:"
+       @echo "    Remove package build output."
        @echo ""
-       @echo "make distclean:  remove venv files, qemu package forwarder,"
-       @echo "                 built distribution files, and everything"
-       @echo "                 from 'make clean'."
+       @echo "make distclean:"
+       @echo "    remove pipenv/venv files, qemu package forwarder,"
+       @echo "    built distribution files, and everything from 'make clean'."
+       @echo ""
+       @echo -e "Have a nice day ^_^\n"
 
 pipenv: .venv
 .venv: Pipfile.lock
-- 
2.31.1


Reply via email to