docfix --help
authorTero Marttila <terom@fixme.fi>
Mon, 25 Jan 2010 02:39:28 +0200
changeset 68 70737d141172
parent 67 d8d9aa430ecc
child 69 1d188aa94aee
docfix --help
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] <image> [...]\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"