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 NiFiRegistryCommandGroup() {
|
||||
super("nifi-reg");
|
||||
super("registry");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue