From 47dbea490f08c8a76ebcf1583f61e6c8f1961d59 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 15 Feb 2020 14:39:09 +0300 Subject: thumbnailer: fix typo in the option description --- thumbnailer/atril-thumbnailer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbnailer/atril-thumbnailer.c b/thumbnailer/atril-thumbnailer.c index 4ab529df..6c211997 100644 --- a/thumbnailer/atril-thumbnailer.c +++ b/thumbnailer/atril-thumbnailer.c @@ -37,7 +37,7 @@ static char **file_arguments = NULL; static const GOptionEntry goption_options[] = { { "size", 's', 0, G_OPTION_ARG_INT, &size, NULL, "SIZE" }, { "no-limit", 'l', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &time_limit, "Don't limit the thumbnailing time to 15 seconds", NULL }, - { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &file_arguments, NULL, " " }, + { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &file_arguments, NULL, " " }, { NULL } }; -- cgit v1.2.1