src/util/main.c
changeset 68 70737d141172
parent 63 2aab5d906dc8
child 73 5dfb245b814d
equal deleted inserted replaced
67:d8d9aa430ecc 68:70737d141172
    31  */
    31  */
    32 void help (const char *argv0)
    32 void help (const char *argv0)
    33 {
    33 {
    34     fprintf(stderr, "Usage: %s [options] <image> [...]\n", argv0);
    34     fprintf(stderr, "Usage: %s [options] <image> [...]\n", argv0);
    35     fprintf(stderr,
    35     fprintf(stderr,
    36         "XXX: Process some image files.\n"
    36         "Open each of the given image files, check cache status, optionally update their cache, display image info, and\n"
       
    37         "optionally render a tile of each.\n"
    37         "\n"
    38         "\n"
    38         "\t-h, --help           show this help and exit\n"
    39         "\t-h, --help           show this help and exit\n"
    39         "\t-q, --quiet          supress informational output\n"
    40         "\t-q, --quiet          supress informational output\n"
    40         "\t-v, --verbose        display more informational output\n"
    41         "\t-v, --verbose        display more informational output\n"
    41         "\t-D, --debug          equivalent to -v\n"
    42         "\t-D, --debug          equivalent to -v\n"