Skip to content

Commit

Permalink
removed accidental commit of in-progress work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrubordei committed Jul 27, 2022
1 parent b16b25a commit 49631b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd_switch_pair.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ var switchPairCmds = []Command{
"network_device_id_or_identifier_string1": c.FlagSet.String("switch1", _nilDefaultStr, red("(Required)")+" First Switch's id or identifier string. "),
"network_device_id_or_identifier_string2": c.FlagSet.String("switch2", _nilDefaultStr, red("(Required)")+" Second Switch's id or identifier string. "),
"type": c.FlagSet.String("type", "mlag", "The type of link. The default and only link type supported is `mlag`"),
"variant": c.FlagSet.String("type", "variant", "The variant of link. The default and only link type supported is `mlag`"),
"return_id": c.FlagSet.Bool("return-id", false, "Will print the ID of the created object. Useful for automating tasks."),
}
},
Expand Down

0 comments on commit 49631b3

Please sign in to comment.