cli: include the `--messaging' prefix in all Messaging-related actions
Just for consistency with other interfaces, which also provide interface specific prefixes in their mmcli actions.
This commit is contained in:
@@ -53,15 +53,15 @@ static GOptionEntry entries[] = {
|
|||||||
"Show status of messaging support.",
|
"Show status of messaging support.",
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{ "list-sms", 0, 0, G_OPTION_ARG_NONE, &list_flag,
|
{ "messaging-list-sms", 0, 0, G_OPTION_ARG_NONE, &list_flag,
|
||||||
"List SMS messages available in a given modem",
|
"List SMS messages available in a given modem",
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{ "create-sms", 0, 0, G_OPTION_ARG_STRING, &create_str,
|
{ "messaging-create-sms", 0, 0, G_OPTION_ARG_STRING, &create_str,
|
||||||
"Create a new SMS in a given modem",
|
"Create a new SMS in a given modem",
|
||||||
"[\"key=value,...\"]"
|
"[\"key=value,...\"]"
|
||||||
},
|
},
|
||||||
{ "delete-sms", 0, 0, G_OPTION_ARG_STRING, &delete_str,
|
{ "messaging-delete-sms", 0, 0, G_OPTION_ARG_STRING, &delete_str,
|
||||||
"Delete a SMS from a given modem",
|
"Delete a SMS from a given modem",
|
||||||
"[PATH]"
|
"[PATH]"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user