From af012c388dfa9656e21d9f1f8b425880c66bbcf3 Mon Sep 17 00:00:00 2001 From: lexspoon Date: Tue, 1 Oct 2024 14:14:22 -0400 Subject: [PATCH] Add a plus sign to the output_groups option --- docs/load.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/load.md b/docs/load.md index 447978f9..6631720f 100644 --- a/docs/load.md +++ b/docs/load.md @@ -41,7 +41,7 @@ so producing it only creates unnecessary load on the action cache. If needed, the `tarball` output group allows you to depend on the tar output from another rule. -On the command line, `bazel build //path/to:my_tarball --output_groups=tarball` +On the command line, `bazel build //path/to:my_tarball --output_groups=+tarball` or in a BUILD file: