delete uni command
[unimgr.git] / cli / src / main / java / org / opendaylight / unimgr / cli / UniRemoveShellCommand.java
index 977c94840742003bb2f1104ba39669cf0c15ccde..3cbe14f594aad275906e779fe3efde52bdcec0b6 100755 (executable)
@@ -13,7 +13,7 @@ import org.apache.karaf.shell.console.OsgiCommandSupport;
 import org.opendaylight.unimgr.api.IUnimgrConsoleProvider;
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress;
 
-@Command(name = "remove", scope = "uni", description = "Removes an Uni from the controller.")
+@Command(name = "uni-remove", scope = "uni", description = "Removes an Uni from the controller.")
 public class UniRemoveShellCommand extends OsgiCommandSupport {
 
     protected IUnimgrConsoleProvider provider;