Skip to content

Commit 72e2926

Browse files
Update internal/cli/profile/init.go
Co-authored-by: Alessio Perugini <alessio@perugini.xyz>
1 parent 13ed3d0 commit 72e2926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/profile/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func initInitCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
3636
Example: "" +
3737
" # " + i18n.Tr("Creates or updates the sketch project file in the current directory.") + "\n" +
3838
" " + os.Args[0] + " profile init\n" +
39-
" " + os.Args[0] + " config init --profile Uno_profile -b arduino:avr:uno",
39+
" " + os.Args[0] + " profile init --profile uno_profile -b arduino:avr:uno",
4040
Args: cobra.MaximumNArgs(1),
4141
Run: func(cmd *cobra.Command, args []string) {
4242
runInitCommand(cmd.Context(), args, srv, defaultProfile)

0 commit comments

Comments
 (0)