aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-main.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-12-09 15:29:26 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:15 +0100
commit726f8b9ae322f8847d6e46bbd96180ea8e65b15a (patch)
tree0c67f5cd6f6d2ce4521888256fa0edf93b2f8d09 /src/qmi-firmware-update/qfu-main.c
parent5913134e617d32a84c1e9a190cf381d7d728cef2 (diff)
downloadexternal_libqmi-726f8b9ae322f8847d6e46bbd96180ea8e65b15a.zip
external_libqmi-726f8b9ae322f8847d6e46bbd96180ea8e65b15a.tar.gz
external_libqmi-726f8b9ae322f8847d6e46bbd96180ea8e65b15a.tar.bz2
qmi-firmware-update: fix help of --vid-pid
Diffstat (limited to 'src/qmi-firmware-update/qfu-main.c')
-rw-r--r--src/qmi-firmware-update/qfu-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmi-firmware-update/qfu-main.c b/src/qmi-firmware-update/qfu-main.c
index 6cdffe5..af83186 100644
--- a/src/qmi-firmware-update/qfu-main.c
+++ b/src/qmi-firmware-update/qfu-main.c
@@ -176,7 +176,7 @@ static GOptionEntry context_selection_entries[] = {
},
{ "vid-pid", 'd', 0, G_OPTION_ARG_CALLBACK, &parse_vid_pid,
"Select device by device vendor and product id (in hexadecimal).",
- "VID:[PID]"
+ "VID[:PID]"
},
{ NULL }
};