diff options
Diffstat (limited to 'cli/mmcli-sms.c')
-rw-r--r-- | cli/mmcli-sms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-sms.c b/cli/mmcli-sms.c index 8520d50e..214ba9d6 100644 --- a/cli/mmcli-sms.c +++ b/cli/mmcli-sms.c @@ -61,7 +61,7 @@ static GOptionEntry entries[] = { }, { "store-in-storage", 0, 0, G_OPTION_ARG_STRING, &store_in_storage_str, "Store the SMS in the device, at the specified storage", - NULL, + "[Storage]", }, { "create-file-with-data", 0, 0, G_OPTION_ARG_STRING, &create_file_with_data_str, "Create a file with the data contents of the SMS.", |