docs: Fix sample command in COMMAND_LINE_ARGS doc (#30082)

This commit is contained in:
Yutaro Ohno 2023-08-09 22:43:13 +09:00 committed by GitHub
parent 170cd44fa4
commit 5cfec2fbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Use `--devtools 6000` to start the devtools server on port 6000.
e.g.
```
./mach run -d --devtools 6000 https://servo.org
./mach run -d --devtools=6000 https://servo.org
```
To connect to the server, follow [this guide](https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Debugging_Firefox_Desktop#Connect).