Commit c2204d66 authored by Christian Dupuis's avatar Christian Dupuis

Fix jmx.groovy command

parent f9caade3
...@@ -31,7 +31,7 @@ public class jmx extends BaseCommand { ...@@ -31,7 +31,7 @@ public class jmx extends BaseCommand {
public void find( public void find(
InvocationContext<ObjectName> context, InvocationContext<ObjectName> context,
@Usage("The object name pattern") @Usage("The object name pattern")
@Option(names = {"p", "pattern"}) @Option(names=["p", "pattern"])
String pattern) throws Exception { String pattern) throws Exception {
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment