Update command line usage string
This commit is contained in:
parent
6a1278786c
commit
8a656121a3
2
fiv.c
2
fiv.c
|
@ -1696,7 +1696,7 @@ main(int argc, char *argv[])
|
|||
gchar **path_args = NULL, *thumbnail_size = NULL;
|
||||
const GOptionEntry options[] = {
|
||||
{G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &path_args,
|
||||
NULL, "[FILE | DIRECTORY]"},
|
||||
NULL, "[FILE | DIRECTORY | URI]"},
|
||||
{"list-supported-media-types", 0, G_OPTION_FLAG_IN_MAIN,
|
||||
G_OPTION_ARG_NONE, &show_supported_media_types,
|
||||
"Output supported media types and exit", NULL},
|
||||
|
|
Loading…
Reference in New Issue