webkitpdf.vala
authorAlan Knowles <alan@roojs.com>
Mon, 25 Apr 2016 07:56:09 +0000 (15:56 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 25 Apr 2016 07:56:09 +0000 (15:56 +0800)
webkitpdf.vala

index 5a9b5cd..ae0ac27 100644 (file)
@@ -13,7 +13,7 @@ public class webkitpdf {
                        
                        { "url", 0, 0, OptionArg.STRING, ref opt_url, "Url to grab", null },
                        { "delay", 0, 0, OptionArg.INT, ref opt_delay, "Delay before snapshot in seconds", null },
-                       { "jpg", 0, 0, OptionArg.STRING, ref opt_target_png, "File to write (JPG)", null },
+                       { "png", 0, 0, OptionArg.STRING, ref opt_target_png, "File to write (PNG)", null },
                        { "inject", 0, 0, OptionArg.STRING_ARRAY, ref opt_inject_js, "Inject Javascript file(s)", null },
                        { "pdf", 0, 0, OptionArg.STRING, ref opt_target_pdf, "File to write (PDF)", null },
                        { null }