docs: Minor CanBoot documentation fixes

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2022-05-10 11:54:41 -04:00
parent 88731c2836
commit be4b8b17f2
2 changed files with 2 additions and 2 deletions

View file

@ -428,7 +428,7 @@ enter the bootloader by pressing the reset button twice in succession.
The `flash_can.py` utility supplied in the `lib/canboot` folder may be used to
upload Klipper firmware. The device UUID is necessary to flash. If you do not
have a UUID it is possible to query nodes in currently running the bootloader:
have a UUID it is possible to query nodes currently running the bootloader:
```
python3 flash_can.py -q
```