diff mbox series

[5/7] tools/make_pip: Add mention of u_boot_pylib in tool list

Message ID 20231119153611.639252-6-sjg@chromium.org
State Accepted
Commit 01feeec559858b6935f57b3d0fb26ac329118917
Delegated to: Simon Glass
Headers show
Series doc: tools: Tidy up toml files for a new release | expand

Commit Message

Simon Glass Nov. 19, 2023, 3:36 p.m. UTC
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>
---

 scripts/make_pip.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Dec. 13, 2023, 8:39 p.m. UTC | #1
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>
---

 scripts/make_pip.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

diff --git a/scripts/make_pip.sh b/scripts/make_pip.sh
index 25a4049271c9..d2639ffd6e43 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