We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb85ad commit 08a5f3dCopy full SHA for 08a5f3d
rpc/cc/arduino/cli/commands/v1/core.proto
@@ -33,8 +33,8 @@ message PlatformInstallRequest {
33
// Set to true to not run (eventual) post install scripts for trusted
34
// platforms
35
bool skip_post_install = 5;
36
- // Set to true will not install the platform if another version is already
37
- // installed.
+ // Set to true to skip installation if a different version of the platform
+ // is already installed.
38
bool no_overwrite = 6;
39
}
40
0 commit comments