diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-27 21:30:36 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-27 21:30:36 -0700 |
| commit | e6c6aa9c35de49cc0a66f010a8de7aface7d648e (patch) | |
| tree | 33ee7ff6edfd447b657a2177ad9ecfa7e82987ff | |
| parent | 66c5a631cc2b64b604cf0c714c12eb4648cbf285 (diff) | |
| download | imgutil-e6c6aa9c35de49cc0a66f010a8de7aface7d648e.tar.zst | |
Fix usage
| -rw-r--r-- | thumbnailer.go | 2 |
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() |
