10.02.2024 00:22, Michael Tokarev wrote:
For consistency with other commands, and since it already
accepts --image-opts, allow specifying -f fmt too.

...
-        c = getopt_long(argc, argv, ":la:c:d:hqU",
+        c = getopt_long(argc, argv, ":la:c:d:fhqU",
                          long_options, NULL);

Should be "f:" here, since -f expects an argument.  Fixed locally.

/mjt

Reply via email to