Skip to content

Commit

Permalink
Clarify write flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 21, 2024
1 parent 0c5f2ff commit 65f621e
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 @@ -44,7 +44,7 @@ func main() {
flag.PrintDefaults()
}

flag.BoolVar(&writeFile, "write", true, "Write changes to the kubeconfig file")
flag.BoolVar(&writeFile, "write", true, "Write changes to the kubeconfig file, set to false for a dry-run.")
flag.BoolVar(&force, "force", false, "Force delete all contexts, even if all are unreachable")
flag.Parse()

Expand Down

0 comments on commit 65f621e

Please sign in to comment.