From 59dead2415d42c16de87c64bbda7f73e7057fa53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 10 Oct 2016 05:18:49 +0200 Subject: [PATCH] Makefile: Add missing space in help output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Insert a cosmetic space before "(FIP)". Signed-off-by: Andreas Färber --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b630b325..b5fe7be6b 100644 --- a/Makefile +++ b/Makefile @@ -743,7 +743,7 @@ help: @echo " cscope Generate cscope index" @echo " distclean Remove all build artifacts for all platforms" @echo " certtool Build the Certificate generation tool" - @echo " fiptool Build the Firmware Image Package(FIP) creation tool" + @echo " fiptool Build the Firmware Image Package (FIP) creation tool" @echo "" @echo "Note: most build targets require PLAT to be set to a specific platform." @echo ""