Skip to content

Commit 8718195

Browse files
Update rpc/cc/arduino/cli/commands/v1/commands.proto
Co-authored-by: Per Tillisch <[email protected]>
1 parent 8ea7f0b commit 8718195

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rpc/cc/arduino/cli/commands/v1/commands.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,19 +191,19 @@ service ArduinoCoreService {
191191
// Set a single configuration value.
192192
rpc SettingsSetValue(SettingsSetValueRequest) returns (SettingsSetValueResponse);
193193

194-
// Create the project file and add a profile to it.
194+
// Create the sketch project file and add a build profile to it.
195195
rpc InitProfile(InitProfileRequest) returns (InitProfileResponse) {}
196196

197-
// Add a library to the profile.
197+
// Add a library to the build profile.
198198
rpc ProfileLibAdd(ProfileLibAddRequest) returns (ProfileLibAddResponse) {}
199199

200-
// Remove a library from the profile.
200+
// Remove a library from the build profile.
201201
rpc ProfileLibRemove(ProfileLibRemoveRequest) returns (ProfileLibRemoveResponse) {}
202202

203-
// Set the default profile.
203+
// Set the default build profile.
204204
rpc ProfileSetDefault(ProfileSetDefaultRequest) returns (ProfileSetDefaultResponse) {}
205205

206-
// Dump the project file.
206+
// Dump the sketch project file.
207207
rpc ProfileDump(ProfileDumpRequest) returns (ProfileDumpResponse) {}
208208
}
209209

0 commit comments

Comments
 (0)