From 588c79ddde002d023f12c778dd054f33454df723 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 20 Mar 2016 12:03:20 -0600 Subject: buildgcc: Fix help text formatting Add a newline after the supported version text. Move $TARGETDIR left so that longer paths print better. Change-Id: If520e1b8657a526dee27763aee62cb78777d020d Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/14145 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 49dcf2407e..33c2226f81 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -326,9 +326,9 @@ myhelp() printf " [--nocolor] don't print color codes in output\n" printf " [--urls] print the urls for all packages\n" printf " [-j|--jobs ] run jobs in parallel in make\n" - printf " [-s]--supported print supported version of a tool" + printf " [-s]--supported print supported version of a tool\n" printf " [-d|--directory ] target directory to install cross compiler to\n" - printf " (defaults to $TARGETDIR)\n\n" + printf " (defaults to $TARGETDIR)\n\n" printf " [-D|--destdir ] destination directory to install cross compiler to\n" printf " (for RPM builds, default unset)\n" printf " [-P|--package ] Build a specific package: GCC, CLANG, IASL, GDB\n" -- cgit v1.2.3