aboutsummaryrefslogtreecommitdiffstats
path: root/thumbnailer.go
diff options
context:
space:
mode:
Diffstat (limited to 'thumbnailer.go')
-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()