cli: minor text output fixes

This commit is contained in:
Aleksander Morgado
2012-09-14 11:57:36 +02:00
parent 2c1ce492ce
commit d30ec8f5a6

View File

@@ -64,7 +64,7 @@ static GOptionEntry entries[] = {
}, },
{ "create-file-with-data", 0, 0, G_OPTION_ARG_STRING, &create_file_with_data_str, { "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.", "Create a file with the data contents of the SMS.",
"[File path", "[File path]",
}, },
{ NULL } { NULL }
}; };