Skip to content

Commit 64e5ccf

Browse files
committed
chore: Fix old format text
1 parent 40d3ffe commit 64e5ccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/test_dependency_compatibility.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# upper-bounds dependency file at the root of the repo.
1010
# There are two potential inputs to the script:
1111
# 1. -f {file}: Custom file/path for the upper-bound dependencies to test
12-
# 2. -l {deps_list}: Comma-separated list of dependencies to test (e.g. protobuf:4.31.0,guava:33.4.8-jre)
12+
# 2. -l {deps_list}: Comma-separated list of dependencies to test (e.g. protobuf=4.31.0,guava=33.4.8-jre)
1313
# Note: Do not include the `-D` prefix or `.version` suffix. Those values will be appended when generating
1414
# the maven command.
1515
#
@@ -25,7 +25,7 @@ set -ex
2525
function print_help() {
2626
echo "Unexpected input argument for this script."
2727
echo "Use -f {file} for the directory of the upper-bound dependencies file."
28-
echo "Use -l {deps_list} for a comma-separated list of dependencies to test (Format: dep1:1.0,dep2:2.0)"
28+
echo "Use -l {deps_list} for a comma-separated list of dependencies to test (Format: dep1=1.0,dep2=2.0)"
2929
}
3030

3131
# Default to the upper bounds file in the root of the repo

0 commit comments

Comments
 (0)