@@ -368,7 +368,7 @@ rpi-eeprom-update [options]... [FILE]
368368Bootloader EEPROM update tool for the Raspberry Pi 4.
369369
370370Checks whether the Raspberry Pi 4 bootloader and the VL805 USB controller
371- EEPROMs are up-to- date and optionally updates the EEPROMs at the next reboot.
371+ EEPROMs are up to date and optionally updates the EEPROMs at the next reboot.
372372
373373The default update mechanism writes recovery.bin and the EEPROM update
374374image(s) (pieeprom.upd and vl805.bin) to the boot partition.
@@ -398,7 +398,7 @@ Options:
398398 -b Outputs the path that pending EEPROM updates will be written to.
399399 -d Use the default bootloader config, or if a file is specified using the -f
400400 flag use the config in that file. This option only applies when a
401- bootloader EEPROM update is needed; if the bootloader EEPROM is up-to- date
401+ bootloader EEPROM update is needed; if the bootloader EEPROM is up to date
402402 then its config will not be changed.
403403 -f Install the given file instead of the latest applicable update
404404 Ignores the FREEZE_VERSION flag in bootloader and is intended for manual
@@ -510,7 +510,7 @@ printVersions()
510510 if [ " ${ACTION_UPDATE_BOOTLOADER} " = 1 ]; then
511511 echo " BOOTLOADER: update available"
512512 else
513- echo " BOOTLOADER: up-to- date"
513+ echo " BOOTLOADER: up to date"
514514 fi
515515
516516 echo " CURRENT: $( date -u " -d@${BOOTLOADER_CURRENT_VERSION} " ) (${BOOTLOADER_CURRENT_VERSION} )"
@@ -528,7 +528,7 @@ printVersions()
528528 echo " VL805: update available"
529529 else
530530 if [ " $( id -u) " = " 0" ]; then
531- echo " VL805: up-to- date"
531+ echo " VL805: up to date"
532532 else
533533 echo " VL805: version unknown. Try sudo rpi-eeprom-update"
534534 fi
0 commit comments