fix --help --y typo
authorTero Marttila <terom@fixme.fi>
Mon, 25 Jan 2010 04:29:32 +0200
changeset 85 bbc12563752a
parent 84 9cc49917ebac
child 86 d4a62899587f
fix --help --y typo
src/pngtile/main.c
--- a/src/pngtile/main.c	Mon Jan 25 04:29:25 2010 +0200
+++ b/src/pngtile/main.c	Mon Jan 25 04:29:32 2010 +0200
@@ -46,7 +46,7 @@
         "\t-W, --width          set tile width\n"
         "\t-H, --height         set tile height\n"
         "\t-x, --x              set tile x offset\n"
-        "\t-y, --y              set tile z offset\n"
+        "\t-y, --y              set tile y offset\n"
         "\t-z, --zoom           set zoom factor (<0)\n"
         "\t-j, --threads        number of threads\n"
     );