We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1ce93 commit 5574e7dCopy full SHA for 5574e7d
internal/cli/profile/lib.go
@@ -32,8 +32,8 @@ import (
32
func initLibCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
33
libCommand := &cobra.Command{
34
Use: "lib",
35
- Short: i18n.Tr("Profile commands about libraries."),
36
- Long: i18n.Tr("Profile commands about libraries."),
+ Short: i18n.Tr("Commands related to build profile libraries."),
+ Long: i18n.Tr("Commands related to the library dependencies of build profiles."),
37
Example: "" +
38
" " + os.Args[0] + " profile lib add AudioZero -m my_profile\n" +
39
" " + os.Args[0] + " profile lib remove Arduino_JSON --profile my_profile\n",
0 commit comments