Skip to content

Commit 4cf9bd9

Browse files
committed
fix(unoq): update set-name command
1 parent 85cbf26 commit 4cf9bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ This will list all available Apps (including examples), and their status:
188188
To set a board name using the `arduino-app-cli`, we can use the `set-name` command.
189189

190190
```sh
191-
arduino-app-cli board set-name "my-board"
191+
arduino-app-cli system set-name "my-board"
192192
```
193193

194194
This will change the name of the board, which will take effect after resetting the board.

0 commit comments

Comments
 (0)