Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube authored Nov 11, 2022
1 parent cb51c88 commit b1839ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pflag.BoolN("help", "h", false, "show help") // -h, -help

### Custom Optarg Delimiter

Support custom optarg delimiter (e.g. `-agentlib:jdwp`).
Support custom optarg delimiter (e.g. `java -agentlib:jdwp`).

```go
rootCmd.Flags().StringS("agentlib", "agentlib", "", "load native agent library")
Expand Down

0 comments on commit b1839ba

Please sign in to comment.