summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author usta <usta@google.com> 2022-08-16 16:50:48 -0400
committer usta <usta@google.com> 2022-08-17 14:45:12 -0400
commit406015b2dae39cf35925601cd1545c76dbaf56c9 (patch)
tree34e1ac3330f02a1cff88dafee82e3ffbc22bf1c2 /README.md
parent852d0c48593fb2a17d301d7274edac907e8e194f (diff)
typos: SOONG_DELVE and SOONG_UI_DELVE in README.md
leading colons raise "too many colons in address" error Test: SOONG_DELVE=:5006 m Bug: N/A Change-Id: I311a9b807d97f3fc33411d44e5ec8dfe02376f55
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index caffd3d4b..1ab58afed 100644
--- a/README.md
+++ b/README.md
@@ -596,14 +596,14 @@ To make `soong_build` wait for a debugger connection, install `dlv` and then
start the build with `SOONG_DELVE=<listen addr>` in the environment.
For example:
```bash
-SOONG_DELVE=:5006 m nothing
+SOONG_DELVE=5006 m nothing
```
To make `soong_ui` wait for a debugger connection, use the `SOONG_UI_DELVE`
variable:
```
-SOONG_UI_DELVE=:5006 m nothing
+SOONG_UI_DELVE=5006 m nothing
```