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 13ed3d0 commit 72e2926Copy full SHA for 72e2926
internal/cli/profile/init.go
@@ -36,7 +36,7 @@ func initInitCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
36
Example: "" +
37
" # " + i18n.Tr("Creates or updates the sketch project file in the current directory.") + "\n" +
38
" " + os.Args[0] + " profile init\n" +
39
- " " + os.Args[0] + " config init --profile Uno_profile -b arduino:avr:uno",
+ " " + os.Args[0] + " profile init --profile uno_profile -b arduino:avr:uno",
40
Args: cobra.MaximumNArgs(1),
41
Run: func(cmd *cobra.Command, args []string) {
42
runInitCommand(cmd.Context(), args, srv, defaultProfile)
0 commit comments