Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu Xuan committed May 28, 2020
1 parent 893d773 commit 05012f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/multicloud/azure/shell/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func init() {
NAME string `help:"Nic interface name"`
IP string `help:"Nic private ip address"`
NETWORK string `help:"Netowrk ID"`
SecurityGroup string `helo:"SecurityGroup ID"`
SecurityGroup string `help:"SecurityGroup ID"`
}

shellutils.R(&NetworkInterfaceCreateOptions{}, "network-interface-create", "Create network interface", func(cli *azure.SRegion, args *NetworkInterfaceCreateOptions) error {
Expand Down

0 comments on commit 05012f0

Please sign in to comment.