]> git.cworth.org Git - svg2png/blobdiff - svg2png.c
Fix copy-paste bug in usage string.
[svg2png] / svg2png.c
index abb0ea03b39789bc134e272abc835d934eecd40c..ba35c8fce2bad1a28c73dd58f6471a9db5181b41 100644 (file)
--- a/svg2png.c
+++ b/svg2png.c
@@ -52,7 +52,7 @@ int main (int argc, char *argv[])
     cairo_status_t status;
 
     if (argc != 3)
-       FAIL ("usage: svg2pdf input_file.svg output_file.pdf");
+       FAIL ("usage: svg2png input_file.svg output_file.png");
 
     g_type_init ();