From 11acda27d5e207aaa2a3de749baed3b8d65f104e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 11 Jun 2026 21:58:32 -0700 Subject: Print flags --- convert.go | 1 + 1 file changed, 1 insertion(+) diff --git a/convert.go b/convert.go index 2d79be2..6c0791d 100644 --- a/convert.go +++ b/convert.go @@ -137,6 +137,7 @@ Supported formats: tiff webp (input only) `) + flag.PrintDefaults() } flag.Parse() -- cgit v1.3.1