NIFI-4839 - Rename the registry group to `registry` for better UX

This commit is contained in:
Andrew Grande 2018-02-05 11:42:31 -05:00 committed by Pierre Villard
parent 9cf9e866ba
commit 8b490134c7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import java.util.List;
public class NiFiRegistryCommandGroup extends AbstractCommandGroup {
public NiFiRegistryCommandGroup() {
super("nifi-reg");
super("registry");
}
@Override