Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoard committed Aug 17, 2023
1 parent 34e9841 commit 89275ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public static Config parseConfig(String args, String ifc) {
Matcher matcher = pattern.matcher(args);
if (!matcher.matches()) {
System.err.println(
"Usage: -javaagent:/path/to/JavaAgent.jar=[host:]<port>:<yaml configuration file> ");
"Usage: -javaagent:/path/to/JavaAgent.jar=[host:]<port>:<yaml configuration"
+ " file> ");
throw new ConfigurationException("Malformed arguments - " + args);
}

Expand Down

0 comments on commit 89275ac

Please sign in to comment.