diff options
author | Ben Chan <benchan@chromium.org> | 2013-08-14 11:52:59 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-08-14 17:01:44 -0500 |
commit | f9c75bc4876311c4fd4e30a5d78562e532c085b6 (patch) | |
tree | aa8eaf93251b4ab2a5e6eecd98d02a0f628e94c5 /cli/mmcli-modem-3gpp.c | |
parent | 33a6cb2fa5034060376dfac3332f960f2e3ee7ae (diff) |
cli: fix help message for --3gpp-ussd-respond
Diffstat (limited to 'cli/mmcli-modem-3gpp.c')
-rw-r--r-- | cli/mmcli-modem-3gpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-3gpp.c b/cli/mmcli-modem-3gpp.c index f88ce625..5b745eb8 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, |