summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Orlov <nikita1550@yandex-team.ru>2021-12-28 21:03:31 +0300
committerAleksander Morgado <aleksander@aleksander.es>2022-02-11 10:54:57 +0100
commit6c908b2bbda80523955c7cc45eec85cce9207503 (patch)
treedcede455e06c93f1bd2ffa76afc9a6c8667d77f3
parent2aaeb290177a647cdbb053981d3b1406b330205e (diff)
qmicli: wds-bind-mux-data-port ep-type option missed value
(cherry picked from commit 18d77e24cfd756227dc25f549ac8d4ecf066ace4)
-rw-r--r--src/qmicli/qmicli-wds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmicli/qmicli-wds.c b/src/qmicli/qmicli-wds.c
index 8bcf20d..ba40ebc 100644
--- a/src/qmicli/qmicli-wds.c
+++ b/src/qmicli/qmicli-wds.c
@@ -239,7 +239,7 @@ static GOptionEntry entries[] = {
#endif
#if defined HAVE_QMI_MESSAGE_WDS_BIND_MUX_DATA_PORT
{ "wds-bind-mux-data-port", 0, 0, G_OPTION_ARG_STRING, &bind_mux_str,
- "Bind qmux data port to controller device (allowed keys: mux-id, ep-type (undefined|hsusb|pcie|embedded), ep-iface-number) to be used with `--client-no-release-cid'",
+ "Bind qmux data port to controller device (allowed keys: mux-id, ep-type (undefined|hsusb|pcie|embedded|bam-dmux), ep-iface-number) to be used with `--client-no-release-cid'",
"[\"key=value,...\"]"
},
#endif