mirror of https://github.com/apache/nifi.git
NIFI-4839 - Rename the registry group to `registry` for better UX
This commit is contained in:
parent
9cf9e866ba
commit
8b490134c7
|
@ -36,7 +36,7 @@ import java.util.List;
|
||||||
public class NiFiRegistryCommandGroup extends AbstractCommandGroup {
|
public class NiFiRegistryCommandGroup extends AbstractCommandGroup {
|
||||||
|
|
||||||
public NiFiRegistryCommandGroup() {
|
public NiFiRegistryCommandGroup() {
|
||||||
super("nifi-reg");
|
super("registry");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue