From 406a5e2e3ccf488c56cc55c6bbbd62da48363681 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 20 Feb 2024 15:30:56 +0000 Subject: [PATCH] updated gce_foreach_vm.sh --- gcp/gce_foreach_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/gce_foreach_vm.sh b/gcp/gce_foreach_vm.sh index 9b569c5c..2ad3a5af 100755 --- a/gcp/gce_foreach_vm.sh +++ b/gcp/gce_foreach_vm.sh @@ -23,7 +23,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" -Run a command for each GCP VM instance in the current GCP project +Run a command for each GCP VM instance matching the given name/ip regex in the current GCP project This is powerful so use carefully!