Google-internal change.

PiperOrigin-RevId: 558814202
Change-Id: Icef741c39257a67ce77e680582e68e485dfd8a66
diff --git a/rs_bindings_from_cc/README.md b/rs_bindings_from_cc/README.md
index 2f510a2..1d52b0a 100644
--- a/rs_bindings_from_cc/README.md
+++ b/rs_bindings_from_cc/README.md
@@ -48,7 +48,10 @@
 specifically invoke Crubit's aspect and inspect the generated output:
 
 ```sh
-$ bazel build --aspects //rs_bindings_from_cc/bazel_support:rust_bindings_from_cc_aspect.bzl%rust_bindings_from_cc_aspect --output_groups=out //some/cc/library/target:here
+$ bazel build --aspects \
+  //rs_bindings_from_cc/bazel_support:rust_bindings_from_cc_aspect.bzl%rust_bindings_from_cc_aspect \
+  --output_groups=out \
+  //some/cc/library/target:here
 ```
 
 The source files used for interop will be output into bazel-bin, and their paths