From 8a656121a392c16428a05e27d6a33a7923e1b0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 16 Jan 2022 01:50:47 +0100 Subject: [PATCH] Update command line usage string --- fiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiv.c b/fiv.c index c001ad8..018e292 100644 --- a/fiv.c +++ b/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},