Skip to content

Commit 89275ac

Browse files
committed
Fixed formatting
1 parent 34e9841 commit 89275ac

File tree

1 file changed

+2
-1
lines changed
  • jmx_prometheus_javaagent/src/main/java/io/prometheus/jmx

1 file changed

+2
-1
lines changed

jmx_prometheus_javaagent/src/main/java/io/prometheus/jmx/JavaAgent.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public static Config parseConfig(String args, String ifc) {
9090
Matcher matcher = pattern.matcher(args);
9191
if (!matcher.matches()) {
9292
System.err.println(
93-
"Usage: -javaagent:/path/to/JavaAgent.jar=[host:]<port>:<yaml configuration file> ");
93+
"Usage: -javaagent:/path/to/JavaAgent.jar=[host:]<port>:<yaml configuration"
94+
+ " file> ");
9495
throw new ConfigurationException("Malformed arguments - " + args);
9596
}
9697

0 commit comments

Comments
 (0)