webpmux: correct -frame param order in help output
params were reordered to +duration+x offset+...
Change-Id: I99e8a70c8a645552238294ab82c3f7ffe01e70bd
diff --git a/examples/webpmux.c b/examples/webpmux.c
index 69603fe..a0f08ec 100644
--- a/examples/webpmux.c
+++ b/examples/webpmux.c
@@ -317,10 +317,10 @@
printf("\n");
printf("FRAME_OPTIONS(i):\n");
printf(" Create animation.\n");
- printf(" file_i +xi+yi+di+mi\n");
+ printf(" file_i +di+xi+yi+mi\n");
printf(" where: 'file_i' is the i'th animation frame (WebP format),\n");
- printf(" 'xi','yi' specify the image offset for this frame.\n");
printf(" 'di' is the pause duration before next frame.\n");
+ printf(" 'xi','yi' specify the image offset for this frame.\n");
printf(" 'mi' is the dispose method for this frame (0 or 1).\n");
printf("\n");