mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
31.02.2008 28a83217f56e6fe2ee251a5a2850c69f68463ba1
Fix for issue 3098 (incorrect instructions printed after dsreplication enable)

Use the proper subcommand name in the message we display at the end of dsreplication enable.
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java
@@ -3117,7 +3117,7 @@
      }
      printlnProgress();
      printProgress(INFO_REPLICATION_POST_ENABLE_INFO.get("dsreplication",
          ReplicationCliArgumentParser.ENABLE_REPLICATION_SUBCMD_NAME));
          ReplicationCliArgumentParser.INITIALIZE_REPLICATION_SUBCMD_NAME));
      printlnProgress();
    }