Skip to content

Commit

Permalink
Merge pull request #16 from davidkra230/patch-1
Browse files Browse the repository at this point in the history
Fix list-targets typo
  • Loading branch information
pimterry authored Mar 25, 2024
2 parents 1dfaa1c + d19e852 commit 5feb3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/tech/httptoolkit/javaagent/AttachMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun main(args: Array<String>) {
attachAgent(pid, formatConfigArg(proxyHost, proxyPort, certPath))
} else {
System.err.println("Usage: java -jar <agent.jar> <target-PID> <proxyHost> <proxyPort> <path-to-certificate>")
System.err.println("Or pass a single 'self-test' or 'list-target' arg to check capabilities or scan for pids")
System.err.println("Or pass a single 'self-test' or 'list-targets' arg to check capabilities or scan for pids")
exitProcess(2)
}
}
Expand Down

0 comments on commit 5feb3ee

Please sign in to comment.