c.printNewline();
c.printNewline();
c.printString("Warning!!! Your instance secret is still set to the default, this is not secure. We highly recommend you change it.");
c.printNewline();
c.printNewline();
c.printNewline();
c.printString("You can change the instance secret in accumulo by using:");
c.printNewline();
c.printString(" bin/accumulo " + org.apache.accumulo.server.util.ChangeSecret.class.getName() + " oldPassword newPassword.");
c.printNewline();
c.printString("You will also need to edit your secret in your configuration file by adding the property instance.secret to your conf/accumulo-site.xml. Without this accumulo will not operate correctly");