Skip to content

Commit 07a4e6f

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

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
@@ -112,7 +112,7 @@ func initLibRemoveCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
112112
},
113113
}
114114

115-
removeCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the project file."))
115+
removeCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the sketch project file."))
116116
profileArg.AddToCommand(removeCommand, srv)
117117

118118
return removeCommand

0 commit comments

Comments
 (0)