Skip to content

Commit 5feb3ee

Browse files
authored
Merge pull request #16 from davidkra230/patch-1
Fix list-targets typo
2 parents 1dfaa1c + d19e852 commit 5feb3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/tech/httptoolkit/javaagent/AttachMain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fun main(args: Array<String>) {
5252
attachAgent(pid, formatConfigArg(proxyHost, proxyPort, certPath))
5353
} else {
5454
System.err.println("Usage: java -jar <agent.jar> <target-PID> <proxyHost> <proxyPort> <path-to-certificate>")
55-
System.err.println("Or pass a single 'self-test' or 'list-target' arg to check capabilities or scan for pids")
55+
System.err.println("Or pass a single 'self-test' or 'list-targets' arg to check capabilities or scan for pids")
5656
exitProcess(2)
5757
}
5858
}

0 commit comments

Comments
 (0)