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
This commit is contained in:
usta
2022-08-16 16:50:48 -04:00
parent 852d0c4859
commit 406015b2da

View File

@@ -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. start the build with `SOONG_DELVE=<listen addr>` in the environment.
For example: For example:
```bash ```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` To make `soong_ui` wait for a debugger connection, use the `SOONG_UI_DELVE`
variable: variable:
``` ```
SOONG_UI_DELVE=:5006 m nothing SOONG_UI_DELVE=5006 m nothing
``` ```