Update command line usage string

This commit is contained in:
Přemysl Eric Janouch 2022-01-16 01:50:47 +01:00
parent 6a1278786c
commit 8a656121a3
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

2
fiv.c
View File

@ -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},