aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-27 21:30:36 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-27 21:30:36 -0700
commite6c6aa9c35de49cc0a66f010a8de7aface7d648e (patch)
tree33ee7ff6edfd447b657a2177ad9ecfa7e82987ff
parent66c5a631cc2b64b604cf0c714c12eb4648cbf285 (diff)
downloadimgutil-e6c6aa9c35de49cc0a66f010a8de7aface7d648e.tar.zst
Fix usage
-rw-r--r--thumbnailer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer.go b/thumbnailer.go
index 2cd80e9..bba447c 100644
--- a/thumbnailer.go
+++ b/thumbnailer.go
@@ -246,7 +246,7 @@ func thumbnailer(args []string) error {
func main() {
flag.Usage = func() {
- fmt.Fprintf(os.Stderr, "Usage: icat FILE\n")
+ fmt.Fprintf(os.Stderr, "Usage: thumbnailer [FILE]...\n")
}
flag.Parse()