From: Simon Glass <sjg@chromium.org>
Date: Sun, 19 Nov 2023 15:36:04 +0000 (-0700)
Subject: tools/make_pip: Add mention of u_boot_pylib in tool list
X-Git-Tag: v2025.01-rc5-pxa1908~579^2~35^2~13
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=01feeec559858b6935f57b3d0fb26ac329118917;p=u-boot.git

tools/make_pip: Add mention of u_boot_pylib in tool list

This is not a tool but it is handled by the script, so update the help
to include it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

diff --git a/scripts/make_pip.sh b/scripts/make_pip.sh
index 25a4049271..d2639ffd6e 100755
--- a/scripts/make_pip.sh
+++ b/scripts/make_pip.sh
@@ -39,7 +39,7 @@ flags="$*"
 if [[ "${tool}" =~ ^(patman|buildman|dtoc|binman|u_boot_pylib)$ ]]; then
 	echo "Building dist package for tool ${tool}"
 else
-	echo "Unknown tool ${tool}: use patman, buildman, dtoc or binman"
+	echo "Unknown tool ${tool}: use u_boot_pylib, patman, buildman, dtoc or binman"
 	exit 1
 fi