From 584fc77bb361f8485c255bd5ce2bb9c6320efc21 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 10 Sep 2012 16:25:29 +0200 Subject: 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. --- cli/mmcli-modem-messaging.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/mmcli-modem-messaging.c') diff --git a/cli/mmcli-modem-messaging.c b/cli/mmcli-modem-messaging.c index 3446f39f..cc6da608 100644 --- a/cli/mmcli-modem-messaging.c +++ b/cli/mmcli-modem-messaging.c @@ -53,15 +53,15 @@ static GOptionEntry entries[] = { "Show status of messaging support.", 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", 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", "[\"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", "[PATH]" }, -- cgit v1.2.3-70-g09d2