diff --git a/build.py b/build.py index fcf981766d..3520e2b1c5 100755 --- a/build.py +++ b/build.py @@ -2815,7 +2815,10 @@ def enable_all(): components_git_orgs = {key: DEFAULT_GIT_ORG for key in COMPONENTS_GIT_ORG_KEYS} for git_org in FLAGS.git_org: parts = git_org.split("!") - fail_if(len(parts) != 2, "--git-org must specify :") + fail_if( + len(parts) != 2, + "--git-org must specify !, note '!' separator.", + ) fail_if( parts[0] not in components_git_orgs, '--git-org must be one of "{}"'.format(