Incrementing versions by 0.0.1 for post-Helium stability branch
[controller.git] / opendaylight / netconf / netconf-cli / src / main / java / org / opendaylight / controller / netconf / cli / Main.java
index 8605501a9c603b01c421b6c209f9ebb96bd75241..85c15427ae5aeff9745ffc1f6137ed48b078b36d 100644 (file)
@@ -140,7 +140,7 @@ public class Main {
                     .usage("Submit address + port for initial TCP connection (PURE TCP CONNECTIONS ARE NOT SUPPORTED YET)\n" +
                             "Submit username + password in addition to address + port for initial SSH connection\n" +
                             "If no arguments(or unexpected combination) is submitted, cli will be started without initial connection\n" +
-                            "To use with ODL controller, run with: java -jar netconf-cli-0.2.5-SNAPSHOT-executable.jar  --server localhost --port 1830 --username admin --password admin");
+                            "To use with ODL controller, run with: java -jar netconf-cli-0.2.6-SNAPSHOT-executable.jar  --server localhost --port 1830 --username admin --password admin");
 
             final ArgumentGroup tcpGroup = parser.addArgumentGroup("TCP")
                     .description("Base arguments to initiate TCP connection right away");