diff --git a/Makefile b/Makefile index 6cd5af1e7fd4f64aaf85d694fe73ef8f285543c7..8a1e1ce15672977e7936abe12b157db7ee2d2207 100644 --- a/Makefile +++ b/Makefile @@ -1512,7 +1512,7 @@ help: @echo '' @$(if $(boards), \ $(foreach b, $(boards), \ - printf " %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \ + printf " %-27s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \ echo '') @$(if $(board-dirs), \ $(foreach b, $(board-dirs), \