Remove some redundance words

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
pull/6442/head
Kim Bao Long 2020-01-31 08:25:27 +07:00
parent 4bf3fc422a
commit fefa13e9da
2 changed files with 2 additions and 2 deletions
cmd/minikube/cmd
translations

View File

@ -159,7 +159,7 @@ func initMinikubeFlags() {
startCmd.Flags().Bool(force, false, "Force minikube to perform possibly dangerous operations")
startCmd.Flags().Bool(interactive, true, "Allow user prompts for more information")
startCmd.Flags().Bool(dryRun, false, "dry-run mode. Validates configuration, but does does not mutate system state")
startCmd.Flags().Bool(dryRun, false, "dry-run mode. Validates configuration, but does not mutate system state")
startCmd.Flags().Int(cpus, 2, "Number of CPUs allocated to the minikube VM.")
startCmd.Flags().String(memory, defaultMemorySize, "Amount of RAM allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g).")

View File

@ -516,7 +516,7 @@
"config view failed": "",
"dashboard service is not running: {{.error}}": "",
"disable failed": "",
"dry-run mode. Validates configuration, but does does not mutate system state": "",
"dry-run mode. Validates configuration, but does not mutate system state": "",
"dry-run validation complete!": "",
"enable failed": "",
"error creating clientset": "",