Skip to content

Commit

Permalink
Show type as mandatory arg in conn get help
Browse files Browse the repository at this point in the history
  • Loading branch information
pau-hedgehog committed Dec 3, 2024
1 parent 3e9c92d commit 213fdc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/hhfctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,10 @@ func main() {
},
Subcommands: []*cli.Command{
{
Name: "get",
Usage: "Get connections",
Name: "get",
Usage: "Get connections",
ArgsUsage: "<type>",
Description: "Available types: management, fabric, and vpc-loopback",
Flags: []cli.Flag{
verboseFlag,
},
Expand Down

0 comments on commit 213fdc3

Please sign in to comment.