summaryrefslogtreecommitdiff
path: root/src/qmi-firmware-update/qfu-updater.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-01-16 21:10:30 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 22:16:38 +0100
commitfc76dd4c2c01453eecffa5062bffeb9eb42985ea (patch)
tree1c84b8e0db52ef2aac1da58ca3e4e339b68efb76 /src/qmi-firmware-update/qfu-updater.h
parenta47f9451b845ca74ee58c881df43223881a62e73 (diff)
qmi-firmware-update: rename --force to --ignore-version-errors
The --force name is too generic, and we may want to have other similar flags.
Diffstat (limited to 'src/qmi-firmware-update/qfu-updater.h')
-rw-r--r--src/qmi-firmware-update/qfu-updater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmi-firmware-update/qfu-updater.h b/src/qmi-firmware-update/qfu-updater.h
index 90eb57b..05b0631 100644
--- a/src/qmi-firmware-update/qfu-updater.h
+++ b/src/qmi-firmware-update/qfu-updater.h
@@ -56,7 +56,7 @@ QfuUpdater *qfu_updater_new (QfuDeviceSelection *device_selection,
const gchar *carrier,
gboolean device_open_proxy,
gboolean device_open_mbim,
- gboolean force,
+ gboolean ignore_version_errors,
gboolean skip_validation);
QfuUpdater *qfu_updater_new_qdl (QfuDeviceSelection *device_selection);
void qfu_updater_run (QfuUpdater *self,