From 19794ba885404594261ea7cb0ff9931b183e8f7b Mon Sep 17 00:00:00 2001 From: Xiaojie Yuan Date: Wed, 24 Dec 2025 17:30:05 +0800 Subject: [PATCH] Fix help text formatting in build_ds_container.py --- utils/build_ds_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build_ds_container.py b/utils/build_ds_container.py index 0062d93e2f78..896488250ab0 100755 --- a/utils/build_ds_container.py +++ b/utils/build_ds_container.py @@ -47,7 +47,7 @@ '-np', '--no-upstream-prefix', help=( 'The prefix for bundle names. The default is "upstream" if not specified. ' - 'To disable prefix, use --no-upstream-prefix.', + 'To disable prefix, use --no-upstream-prefix. ' 'This option is ignored when building content in the cluster using ' '--build-in-cluster.'), action='store_true',