sagnitude / lightweight-java-profiler

Automatically exported from code.google.com/p/lightweight-java-profiler
Apache License 2.0
0 stars 0 forks source link

Doc gives wrong syntax for changing agent file #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Docs have the following:
  -agentpath:path/to/liblagent.so[:file=fname]

Should be: 
  -agentpath:path/to/liblagent.so[=file=fname]

Original issue reported on code.google.com by dcapw...@pivotal.io on 18 Oct 2014 at 5:54