Skip to content

Commit

Permalink
Update rpc/cc/arduino/cli/commands/v1/lib.proto
Browse files Browse the repository at this point in the history
Co-authored-by: per1234 <[email protected]>
  • Loading branch information
cmaglie and per1234 authored Jul 8, 2022
1 parent 05f0d49 commit 0651e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/cc/arduino/cli/commands/v1/lib.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ message LibraryInstallRequest {
// Set to true to skip installation of specified library's dependencies,
// defaults to false.
bool no_deps = 4;
// Set to true to skip installation a different version of the library or one
// Set to true to skip installation if a different version of the library or one
// of its dependencies is already installed, defaults to false.
bool no_overwrite = 5;
}
Expand Down

0 comments on commit 0651e1d

Please sign in to comment.