Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkra230 authored Mar 25, 2024
1 parent 1dfaa1c commit d19e852
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 d19e852

Please sign in to comment.