[PATCH] cli: fix help message for --3gpp-ussd-respond

Ben Chan benchan at chromium.org
Wed Aug 14 11:52:59 PDT 2013


---
 cli/mmcli-modem-3gpp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/mmcli-modem-3gpp.c b/cli/mmcli-modem-3gpp.c
index f88ce62..5b745eb 100644
--- a/cli/mmcli-modem-3gpp.c
+++ b/cli/mmcli-modem-3gpp.c
@@ -76,7 +76,7 @@ static GOptionEntry entries[] = {
       "[command]"
     },
     { "3gpp-ussd-respond", 0, 0, G_OPTION_ARG_STRING, &ussd_respond_str,
-      "Request a given modem to initiate a USSD session",
+      "Request a given modem to respond to a USSD request",
       "[response]"
     },
     { "3gpp-ussd-cancel", 0, 0, G_OPTION_ARG_NONE, &ussd_cancel_flag,
-- 
1.8.3



More information about the ModemManager-devel mailing list