Skip to content

Commit 8ea7f0b

Browse files
Update internal/cli/profile/lib.go
Co-authored-by: Per Tillisch <[email protected]>
1 parent 07a4e6f commit 8ea7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/profile/lib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func initLibAddCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
6464
},
6565
}
6666

67-
addCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the project file."))
67+
addCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the sketch project file."))
6868
profileArg.AddToCommand(addCommand, srv)
6969

7070
return addCommand

0 commit comments

Comments
 (0)