Skip to content

Commit 1847826

Browse files
authored
Quote -javaagent options in the README to avoid issues with |
1 parent 5e4e90b commit 1847826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In each case, the agent must be configured with the proxy host (e.g. 127.0.0.1),
4141
To attach at startup, pass this JAR using the `javaagent` option, e.g:
4242

4343
```
44-
java -javaagent:./agent.jar=127.0.0.1|8000|/path/to/cert.pem -jar ./application.jar
44+
java -javaagent:./agent.jar="127.0.0.1|8000|/path/to/cert.pem" -jar ./application.jar
4545
```
4646

4747
### Attaching to a running process

0 commit comments

Comments
 (0)