diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-23 16:31:51 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-23 16:31:51 +0200 |
commit | 6788f809ea442b7ed3dca7a4f4351d51c67db5d1 (patch) | |
tree | 5fe1f5f8106d2c87a7bf29cd33f4bff0d20f0bbb /cli/mmcli-sms.c | |
parent | 29e3c0e742d7a33e5d24fdcd3c2c0b24c98469bc (diff) |
cli,sms: add missing parameter documentation in `--store-in-storage'
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.", |