Fix jmx.groovy command
This commit is contained in:
parent
f9caade3cc
commit
c2204d6618
|
@ -31,7 +31,7 @@ public class jmx extends BaseCommand {
|
|||
public void find(
|
||||
InvocationContext<ObjectName> context,
|
||||
@Usage("The object name pattern")
|
||||
@Option(names = {"p", "pattern"})
|
||||
@Option(names=["p", "pattern"])
|
||||
String pattern) throws Exception {
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue