Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DiptoChakrabarty committed Dec 3, 2021
1 parent 0f48ac3 commit 3e1daa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type DescribeClusterOptions struct {
// ShowMachineSets instructs the discovery process to include machine sets in the ObjectTree.
ShowMachineSets bool

// Echo disable hiding MachineInfrastructure or BootstrapConfig objects if the object's ready condition is true
// Echo displays MachineInfrastructure or BootstrapConfig objects if the object's ready condition is true
// or it has the same Status, Severity and Reason of the parent's object ready condition (it is an echo)
Echo bool

Expand Down
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/tree/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type DiscoverOptions struct {
// ShowMachineSets instructs the discovery process to include machine sets in the ObjectTree.
ShowMachineSets bool

// DisableNoEcho disable hiding MachineInfrastructure or BootstrapConfig objects if the object's ready condition is true
// Echo displays MachineInfrastructure or BootstrapConfig objects if the object's ready condition is true
// or it has the same Status, Severity and Reason of the parent's object ready condition (it is an echo)
Echo bool

Expand Down

0 comments on commit 3e1daa1

Please sign in to comment.