aboutsummaryrefslogtreecommitdiff
path: root/fiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-16 01:50:47 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-16 01:51:04 +0100
commit8a656121a392c16428a05e27d6a33a7923e1b0b2 (patch)
tree36c6051965e5c3bd7e0ef9268ac25d97356498ca /fiv.c
parent6a1278786cd59381ebf3066b650cba4e6352ce5d (diff)
downloadfiv-8a656121a392c16428a05e27d6a33a7923e1b0b2.tar.gz
fiv-8a656121a392c16428a05e27d6a33a7923e1b0b2.tar.xz
fiv-8a656121a392c16428a05e27d6a33a7923e1b0b2.zip
Update command line usage string
Diffstat (limited to 'fiv.c')
-rw-r--r--fiv.c2
1 files changed, 1 insertions, 1 deletions
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},