fwupdate: fix typo

This commit is contained in:
Calin Crisan 2019-02-04 00:12:58 +02:00
parent 07200e95ce
commit 78e9e3d815

View File

@ -9,7 +9,7 @@ function exit_usage() {
echo " fwupdate download <version|url|file> (downloads a firmware OS image)"
echo " fwupdate extract (extracts the downloaded firmware archive)"
echo " fwupdate flashboot (flashes the boot partition from extracted image)"
echo " fwupdate flashreboot (prepares for reboot + root partititon flash)"
echo " fwupdate flashreboot (prepares for reboot + root partition flash)"
echo " fwupdate status (shows the current firmware updating status; see below)"
echo " fwupdate upgrade <version|url|file> (performs all the operations necessary for upgrading)"
echo ""