diff options
Diffstat (limited to 'html/examples/multicrop_gif.lua')
-rw-r--r-- | html/examples/multicrop_gif.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/examples/multicrop_gif.lua b/html/examples/multicrop_gif.lua index 0a519d3..5cf85a0 100644 --- a/html/examples/multicrop_gif.lua +++ b/html/examples/multicrop_gif.lua @@ -25,7 +25,7 @@ if (not x1 or not x2 or not y1 or not y2 or not new_filename or not filename1) t print("Must have the rectangle coordinates and at least one file name as parameters.") print(" Can have more than one file name as parameters and can use wildcards.") print(" Usage:") - print(" lua multicrop.lua x1 x2 y1 y2 new_filename filename1 filename2 ...") + print(" lua multicrop_gif.lua x1 x2 y1 y2 new_filename filename1 filename2 ...") return end |