diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-14 00:23:32 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-14 00:23:32 +0100 |
commit | b0a207040cb156509fa920d5d502d972f3eb99d4 (patch) | |
tree | 4d5cfb93fa7dc7c17af57b3ce72ef0e4fe3847ea | |
parent | 1f3c93026895429f810987ceee4d1a2e444ee94e (diff) | |
download | external_libqmi-b0a207040cb156509fa920d5d502d972f3eb99d4.zip external_libqmi-b0a207040cb156509fa920d5d502d972f3eb99d4.tar.gz external_libqmi-b0a207040cb156509fa920d5d502d972f3eb99d4.tar.bz2 |
qmi-firmware-update: fix 9x20 typo in --help-examples output
-rw-r--r-- | src/qmi-firmware-update/qfu-main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmi-firmware-update/qfu-main.c b/src/qmi-firmware-update/qfu-main.c index cb9e4a3..d76725e 100644 --- a/src/qmi-firmware-update/qfu-main.c +++ b/src/qmi-firmware-update/qfu-main.c @@ -362,7 +362,7 @@ print_help_examples (void) "********************************************************************************\n" "\n" " Example: Updating a Sierra Wireless MC7354.\n" - " (or other 9x15 or 9x20 devices, like the MC7304, MC7330, MC7455... ).\n" + " (or other 9x15 or 9x30 devices, like the MC7304, MC7330, MC7455... ).\n" "\n" " The MC7354 is a 9x15 device which requires the firmware updater to specify the\n" " firmware version string, the config version string and the carrier string, so\n" @@ -446,7 +446,7 @@ print_help_examples (void) "********************************************************************************\n" "\n" " Example: Manual process to update a Sierra Wireless MC7354.\n" - " (or other 9x15 or 9x20 devices, like the MC7304, MC7330, MC7455... ).\n" + " (or other 9x15 or 9x30 devices, like the MC7304, MC7330, MC7455... ).\n" "\n" " The upgrade of devices from the 9x15 and 9x30 families is triggered via a\n" " 'firmware preference' setting. If the device accepts the setting, the user\n" |