Skip to content

Commit

Permalink
Improve wording in parameter documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Gerber <[email protected]>
  • Loading branch information
bastjan and simu authored Nov 14, 2023
1 parent 0d740fc commit 47423b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
app.
Flag(
"additional-facts-config-map",
"Additional facts added to the dynamic facts in the cluster object. Keys in the config maps data field override existing keys.").
"Additional facts added to the dynamic facts in the cluster object. Keys in the configmap's data field override existing keys.").
Default("additional-facts").
StringVar(&agent.AdditionalFactsConfigMap)
app.
Expand Down

0 comments on commit 47423b4

Please sign in to comment.