Github user milleruntime commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/151#discussion_r78791735
  
    --- Diff: 
server/base/src/main/java/org/apache/accumulo/server/init/Initialize.java ---
    @@ -238,7 +238,7 @@ static boolean checkInit(Configuration conf, 
VolumeManager fs, SiteConfiguration
           c.println();
           c.println();
           c.println("You can change the instance secret in accumulo by 
using:");
    -      c.println("   bin/accumulo " + 
org.apache.accumulo.server.util.ChangeSecret.class.getName() + " oldPassword 
newPassword.");
    +      c.println("   bin/accumulo " + 
org.apache.accumulo.server.util.ChangeSecret.class.getName());
    --- End diff --
    
    Correct. I noticed the message was wrong and fixed it while editing the 
file.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to