From d6e541e5318cd6b086746d62be911ef18abd0874 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 14 Aug 2024 10:50:46 -0400 Subject: [PATCH] [GH] Fix `-instance` doc in cmd-line-flags.md This is an imported pull request from https://github.com/bazelbuild/reclient/pull/66. Resolves #66 Test: n/a Bug: n/a Github-Pr-Head-Sha: 0c50e0e46500220233e017c11ff682ed66349320 GitOrigin-RevId: 7feb6d8add3ffbd7dcd2bf9250b1d02785e2b155 Change-Id: I26421c10993d2cc2c5e916247323396ff8ef41d3 --- docs/cmd-line-flags.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/cmd-line-flags.md b/docs/cmd-line-flags.md index 48f359e0..6e608c1a 100644 --- a/docs/cmd-line-flags.md +++ b/docs/cmd-line-flags.md @@ -15,9 +15,8 @@ does not need to be set. **`-instance (string)`** -The instance to target when calling the remote execution service via gRPC. For -Remote Build Execution, the format is -`projects/_project-id_/instances/_instance-name_`. +The instance ID to target when calling remote execution via gRPC +(e.g., projects/$PROJECT/instances/default_instance for Google RBE). **`-use_application_default_credentials (bool) (from remote-apis-sdks)`**