Skip to content

Commit

Permalink
Merge pull request ppc64le-cloud#601 from dharaneeshvrd/fix-dhcp-get
Browse files Browse the repository at this point in the history
Minor fix on dhcp server get id flag description
  • Loading branch information
ppc64le-cloud-bot committed Apr 25, 2024
2 parents 19fb224 + 55f11ec commit b89c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dhcpserver/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ var getCmd = &cobra.Command{
}

func init() {
getCmd.Flags().StringVar(&id, "id", "", "Instance ID of the Cloud connection")
getCmd.Flags().StringVar(&id, "id", "", "ID of the DHCP server")
_ = getCmd.MarkFlagRequired("id")
}

0 comments on commit b89c691

Please sign in to comment.