Fixed issue ONOS-5263

Change-Id: I8c852e4d36b1daccaecfa17bca9f7e6e75a82e9c
diff --git a/apps/routing/src/main/java/org/onosproject/routing/cli/RemovePeerCommand.java b/apps/routing/src/main/java/org/onosproject/routing/cli/RemovePeerCommand.java
index 00ec080..06293ef 100644
--- a/apps/routing/src/main/java/org/onosproject/routing/cli/RemovePeerCommand.java
+++ b/apps/routing/src/main/java/org/onosproject/routing/cli/RemovePeerCommand.java
@@ -29,7 +29,7 @@
 /**
  * Command to remove existing BGP peer.
  */
-@Command(scope = "onos", name = "remove-bgp-peer",
+@Command(scope = "onos", name = "bgp-peer-remove",
         description = "Removes a BGP peer")
 public class RemovePeerCommand extends AbstractShellCommand {