aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/bridge_rm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bridge_rm.go b/commands/bridge_rm.go
index 80a831ff..1b67608b 100644
--- a/commands/bridge_rm.go
+++ b/commands/bridge_rm.go
@@ -24,7 +24,7 @@ func runBridgeRm(cmd *cobra.Command, args []string) error {
}
var bridgeRmCmd = &cobra.Command{
- Use: "rm name <name>",
+ Use: "rm <name>",
Short: "Delete a configured bridge.",
PreRunE: loadRepo,
RunE: runBridgeRm,