Skip to content

Commit 5574e7d

Browse files
Update internal/cli/profile/lib.go
Co-authored-by: Per Tillisch <accounts@perglass.com>
1 parent 7d1ce93 commit 5574e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/profile/lib.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import (
3232
func initLibCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
3333
libCommand := &cobra.Command{
3434
Use: "lib",
35-
Short: i18n.Tr("Profile commands about libraries."),
36-
Long: i18n.Tr("Profile commands about libraries."),
35+
Short: i18n.Tr("Commands related to build profile libraries."),
36+
Long: i18n.Tr("Commands related to the library dependencies of build profiles."),
3737
Example: "" +
3838
" " + os.Args[0] + " profile lib add AudioZero -m my_profile\n" +
3939
" " + os.Args[0] + " profile lib remove Arduino_JSON --profile my_profile\n",

0 commit comments

Comments
 (0)