Fix typo in github bridge rm

Amine Hilaly created

Change summary

commands/bridge_rm.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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,