[bootlin/training-materials updates] master: Makefile: extend first field width in HELP_FIELD_FORMAT (24242414)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Aug 8 13:44:35 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/24242414b0b98a1763b853bb9a44371a49ef454b

>---------------------------------------------------------------

commit 24242414b0b98a1763b853bb9a44371a49ef454b
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Sun Aug 8 13:44:35 2021 +0200

    Makefile: extend first field width in HELP_FIELD_FORMAT
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

24242414b0b98a1763b853bb9a44371a49ef454b
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 517428bb..779f7e91 100644
--- a/Makefile
+++ b/Makefile
@@ -310,7 +310,7 @@ all: $(ALL_SLIDES) $(ALL_LABS) $(ALL_AGENDAS) $(ALL_LABS_TARBALLS)
 list-courses:
 	@echo $(ALL_TRAININGS)
 
-HELP_FIELD_FORMAT = " %-34s %s\n"
+HELP_FIELD_FORMAT = " %-36s %s\n"
 
 help:
 	@echo "Available targets:"




More information about the training-materials-updates mailing list