src/pngtile/main.c
changeset 85 bbc12563752a
parent 77 29c57814204a
child 96 b7f6473c4adf
equal deleted inserted replaced
84:9cc49917ebac 85:bbc12563752a
    44         "\t-N, --no-update      do not update the image cache\n"
    44         "\t-N, --no-update      do not update the image cache\n"
    45         "\t-B, --background     set background pattern for sparse cache file: 0xHH..\n"
    45         "\t-B, --background     set background pattern for sparse cache file: 0xHH..\n"
    46         "\t-W, --width          set tile width\n"
    46         "\t-W, --width          set tile width\n"
    47         "\t-H, --height         set tile height\n"
    47         "\t-H, --height         set tile height\n"
    48         "\t-x, --x              set tile x offset\n"
    48         "\t-x, --x              set tile x offset\n"
    49         "\t-y, --y              set tile z offset\n"
    49         "\t-y, --y              set tile y offset\n"
    50         "\t-z, --zoom           set zoom factor (<0)\n"
    50         "\t-z, --zoom           set zoom factor (<0)\n"
    51         "\t-j, --threads        number of threads\n"
    51         "\t-j, --threads        number of threads\n"
    52     );
    52     );
    53 }
    53 }
    54 
    54