From 2a8b6579c9535b649f2970307bc058895b880eb5 Mon Sep 17 00:00:00 2001 From: cushon Date: Wed, 25 Jul 2018 10:33:40 -0700 Subject: Add a --server_javabase startup option as an alias for the LHS --host_javabase to avoid confusion between the LHS and RHS host_javabases. The LHS --host_javabase option should be considered deprecated and will eventually be removed. RELNOTES: Rename the startup flag --host_javabase to --server_javabase to avoid confusion with the build flag --host_javabase PiperOrigin-RevId: 206015757 --- scripts/bash_completion_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bash_completion_test.sh') diff --git a/scripts/bash_completion_test.sh b/scripts/bash_completion_test.sh index adb75f7149..2a7bef24e9 100755 --- a/scripts/bash_completion_test.sh +++ b/scripts/bash_completion_test.sh @@ -409,7 +409,7 @@ test_basic_subcommand_expansion() { test_common_options() { # 'Test common option completion' assert_expansion '--h' \ - '--host_j' + '--host_jvm_' assert_expansion '--host_jvm_a' \ '--host_jvm_args=' } -- cgit v1.2.3