Skip to content

Commit

Permalink
fix command name in help (apache#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2la authored and massakam committed Feb 7, 2019
1 parent ec923cc commit dd3e7df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private NamespaceIsolationData createNamespaceIsolationData(List<String> namespa
}

public CmdNamespaceIsolationPolicy(PulsarAdmin admin) {
super("clusters", admin);
super("ns-isolation-policy", admin);
jcommander.addCommand("set", new SetPolicy());
jcommander.addCommand("get", new GetPolicy());
jcommander.addCommand("list", new GetAllPolicies());
Expand Down

0 comments on commit dd3e7df

Please sign in to comment.