Remove some redundance words
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>pull/6442/head
parent
4bf3fc422a
commit
fefa13e9da
|
@ -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).")
|
||||
|
|
|
@ -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": "",
|
||||
|
|
Loading…
Reference in New Issue