Skip to content

Commit fb73cf8

Browse files
committed
apply suggestions about UPGRADING.md
1 parent 7e8fd85 commit fb73cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/UPGRADING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Here you can find a list of migration guides to handle breaking changes between
66

77
### `board details` arguments change
88

9-
The `board details` command now accepts only the `-b` flag to specify the FQBN.
9+
The `board details` command now accepts only the `--fqbn` or `-b` flags to specify the FQBN.
1010

1111
The previously deprecated `board details <FQBN>` syntax is no longer supported.
1212

1313
### `board attach` arguments change
1414

15-
The `board attach` command now uses `-p` and `-b` flags to respectively select the board FQBN and the port.
15+
The `board attach` command now uses `--port` and `-p` flags to set board port and `--board` and `-b` flags to select its FQBN.
1616

1717
The previous syntax `board attach <port>|<FQBN> [sketchPath]` is no longer supported.
1818

0 commit comments

Comments
 (0)