diff --git a/commands/bridge_rm.go b/commands/bridge_rm.go index 80a831ff3e626479345625f472adb4626333154d..1b67608b0952b9903813c5134544301a9ed83188 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 ", + Use: "rm ", Short: "Delete a configured bridge.", PreRunE: loadRepo, RunE: runBridgeRm,