mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
docs: Fix sample command in COMMAND_LINE_ARGS doc (#30082)
This commit is contained in:
parent
170cd44fa4
commit
5cfec2fbdf
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue