Skip to content
Snippets Groups Projects
Commit 7e0f739e authored by Aleksander Morgado's avatar Aleksander Morgado
Browse files

mbimcli,quectel: prefix actions with --quectel

There is no compat action given with the old name, because the old
name already exists in the basic connect service. These Quectel
specific methods should have always been prefixed with --quectel.
parent 586fc137
No related branches found
No related tags found
1 merge request!162mbimcli action fixes
Pipeline #703481 passed
......@@ -33,11 +33,11 @@ static gboolean query_radio_state_flag;
static gchar *set_radio_state_str;
static GOptionEntry entries[] = {
{ "query-radio-state", 0, 0, G_OPTION_ARG_NONE, &query_radio_state_flag,
{ "quectel-query-radio-state", 0, 0, G_OPTION_ARG_NONE, &query_radio_state_flag,
"Query radio state",
NULL
},
{ "set-radio-state", 0, 0, G_OPTION_ARG_STRING, &set_radio_state_str,
{ "quectel-set-radio-state", 0, 0, G_OPTION_ARG_STRING, &set_radio_state_str,
"Set radio state",
"[(on)]"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment