Skip to content

Commit 7899c5c

Browse files
committed
Show type as mandatory arg in conn get help
1 parent 751f8f3 commit 7899c5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/hhfctl/main.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,10 @@ func main() {
390390
},
391391
Subcommands: []*cli.Command{
392392
{
393-
Name: "get",
394-
Usage: "Get connections",
393+
Name: "get",
394+
Usage: "Get connections",
395+
ArgsUsage: " <type>",
396+
Description: "Available types: management, fabric, and vpc-loopback",
395397
Flags: []cli.Flag{
396398
verboseFlag,
397399
},

0 commit comments

Comments
 (0)