Skip to content

Commit 4eb85ad

Browse files
cmaglieper1234
andauthored
Update cli/core/install.go
Co-authored-by: per1234 <[email protected]>
1 parent 6d8517d commit 4eb85ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/core/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func initInstallCommand() *cobra.Command {
5555
},
5656
}
5757
postInstallFlags.AddToCommand(installCommand)
58-
installCommand.Flags().BoolVar(&noOverwrite, "no-overwrite", false, tr("Do not overwrite existing platforms (during upgrade or downgrade)."))
58+
installCommand.Flags().BoolVar(&noOverwrite, "no-overwrite", false, tr("Do not overwrite already installed platforms."))
5959
return installCommand
6060
}
6161

0 commit comments

Comments
 (0)