We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4e90b commit 1847826Copy full SHA for 1847826
README.md
@@ -41,7 +41,7 @@ In each case, the agent must be configured with the proxy host (e.g. 127.0.0.1),
41
To attach at startup, pass this JAR using the `javaagent` option, e.g:
42
43
```
44
-java -javaagent:./agent.jar=127.0.0.1|8000|/path/to/cert.pem -jar ./application.jar
+java -javaagent:./agent.jar="127.0.0.1|8000|/path/to/cert.pem" -jar ./application.jar
45
46
47
### Attaching to a running process
0 commit comments