# HG changeset patch # User Tero Marttila # Date 1264379968 -7200 # Node ID 70737d14117214e76c1e14482bc0009444a9b591 # Parent d8d9aa430eccb403be1cc5c80174072ab6172ca7 docfix --help diff -r d8d9aa430ecc -r 70737d141172 src/util/main.c --- a/src/util/main.c Mon Jan 25 02:19:49 2010 +0200 +++ b/src/util/main.c Mon Jan 25 02:39:28 2010 +0200 @@ -33,7 +33,8 @@ { fprintf(stderr, "Usage: %s [options] [...]\n", argv0); fprintf(stderr, - "XXX: Process some image files.\n" + "Open each of the given image files, check cache status, optionally update their cache, display image info, and\n" + "optionally render a tile of each.\n" "\n" "\t-h, --help show this help and exit\n" "\t-q, --quiet supress informational output\n"